Code

Discussion on Smart Forms

Discussion on Smart Forms

Cart 4,302 sales

elflaire supports this item

Supported

654 comments found.

Was about to buy than realize last update on 2019 , worth it to read comments before buying .

The last update was 2019. Can it work with the latest php version 8.4? I want to buy this

Hi.

Is there any update for this form?

I need to use the latest PHP version

Thanks!

Hopefully you’ll release an update soon. Can you please make sure it works with the latest versions of PHP. Thanks!

Dear, Is all the source code included? Best Regards

does support multi language?

Hi Akam Currently no

Wish this was updated – so hard to find a complete form system like this

Thanks very much. What I’ll do is, I’ll use your current system, instead of tailwind, and then once you update, I’ll update my code. I’m specifically after a datepicker range selector, and some nice displays of radio groups.

Alight in case you have a live example of the UX / UI and functionality for the range date picker and radio groups that is currently not incorporated you can share links with me I take a look.

If it requires creating a custom build adding it from scratch I will do the needful ASAP

Thank you. If I run in to any problems, or need something, I’ll let you know. Thanks again

Will there be an update for Smart Forms?

Hi. I am wondering if the following can be achieved. I have a multi step form with conditional logic, however I want to remove the Continue/Next button, and the next step is triggered when a radio option is checked. Is this possible? Any help greatly appreciated.

I have also emailed you in regards to this. Could you please get back to me as this is quite urgent. Thank you in advance.

I want to send data from these forms to a mysql database, can you advise me

You can use the normal php post for posting your data to the db.

Make sure you use the mysqli_real_escape_string() function to escape special characters in a string and create a legal SQL string to provide security against SQL injection.

You can find a TUT here

https://www.tutorialrepublic.com/php-tutorial/php-mysql-insert-query.php

Hi I made areservation form bit want to change the times for reservation

From 17:30 til 23:00

But dont knwo were to change this and that ending at 23:59

I now have this and thats ending at 23:59:

script type=”text/javascript”>

jQuery(document).ready(function($){
$('#dtpicker').datetimepicker({
    altField: "#dtpfield",
    altFieldTimeOnly: false,
    dateFormat: 'dd-mm-yy',

hourMin: 17, hourMax: 23, stepHour: 1, stepMinute: 15, minDate: -0, prevText: ‘’, nextText: ‘’,

Thank you

Hey boss in this plugin is that any option available if any user that belong to US then in the country section Automatically USA select and Locked and the mobile Number related to USA can also lock like country code I wanna same type of setup in my site: https://www.lithiumbatterychina.com that when user fill form I know the exact location and I can deliver the product in real time easily.

Hi presale questions please. I need form that can do this.

I need a form for members to check eligibility for example.

Question 1. What type of car you need ? If they select answear SUV it will load rest of the fork as SUV related questions

If grey select saloon It will load rest of the forms related to saloon questions.

So I want form to load new questions based on answers user selects

In the end I need form to display message based in answer’s user has provided

So let’s say User selcted: SUV Color: Green Car stereo: Yes Any damage to SUV: No

I want form to say once they finished answering questions

Congratulations we have SUV with above Criteria so if 1 of the answear is no instead if yes it will display different message at the end.

Kinda more of a questionnaire form that gives result at the end if this makes sense ?

Thanks

Hey Elflaire, regarding the Dropzone issue, I removed the code you suggested and the form will still not send unless I add an image into DropZone. Like all others in this chat.

Changed the same as the others: /* if (myDropzone.files.length == 0){ $(”#myDropzone”).addClass(‘dz-attachment-n’).removeClass(‘dz-attachment-y’); errorMsgs = dzNoAttachment; $(”#myDropzone”).after(dzErrorMsg); dzErrorMsg.find(‘p’).html(errorMsgs); } */ if (smartForm.valid()) { if (myDropzone.getQueuedFiles().length > 0) { myDropzone.processQueue(); } else { smartForm.ajaxSubmit(smartFormOptions); } } });

smartSubmitButton.on('click', function (e) {
    e.preventDefault();
    e.stopPropagation();

Maby you can Help me.

Hi Elflaire, I wrote you a couple of times and expired my support. I’m really satisfied with your form, but is there any chance you can help me with this issue?

Great Form! its nice to work with al the options

But cant find or is thereIs there a code to stay on the same page after the form is submitted? And only show a pop up or so… that the form is send.

Now i get a blank page (Congs! message sent successfully!) appers in a blank window with the following adress …. http://XXX/form/php/smartprocess.php

Thanks

Trying to add “upload file” feature”. Nothing in the instructions. Please help. We’ve already reached out a couple times and got no answer. Here is the website with the form https://www.advantageappliance.biz/hiring.html

The upload feature doesn’t work. The file never shows up in the email. Please advise what to do or add to the php or js files. thank you

thank you for continuing to support this project. Have a weird bug, I used the DropZone sample … and everything works, but as soon as I remove some fields and add a radio selection … the radio selection does not post. I added the necessary variables in smart-process but the $frank variable will not post. Everything else gets posted in the admin form and the email except for the frank variable… Please help … ## FrontEnd <div class="section"> <div class="option-group field"> <label class="option"> <input type="radio" name="frank" id="frank" value="Employee" class="smartfm-ctrl"> <span class="radio" />Self</label> <label class="option"> <input type="radio" name="frank" id="frank" value="Family" class="smartfm-ctrl"> <span class="radio" />Family</label> <label class="option"> <input type="radio" name="frank" id="frank" value="Pet" class="smartfm-ctrl"> <span class="radio" />Pet</label> </div> </div> ## Register all form field variables here $date = date("m/d/y"); $sendername = strip_tags(trim($_POST["sendername"])); $sendersubject = strip_tags(trim($_POST["sendersubject"])); $frank = strip_tags(trim($_POST["frank"])); ## Prepare form field variables for CSV export if($generateCSV == true){ $csvFile = $csvFileName; $csvData = array( "$date", "$sendername", "$sendersubject", "$frank" ); } ## Generate the CSV file and post values if its true $headerRowFields = array( "Date", "Name", "Department", "Costume Type" ); ##email <p><span style="font-weight:bold;font-size:16px">Costume type:</span> <br /> '.$frank.'</p>

can be used as saas?

Hello, I have a checkbox on my form where the user will choose yes/no. I have it defaulted to no (not checked). When I grab all POST fields in my PHP code, anything that defaults as not checked, is not POSTed. Is there something I am doing wrong? I’d like the field install_app_1 in the case below to POST as NO.

<div class="section"> <label class="switch switch-round switch-blue"> <input type="checkbox" name="install_app_1" id="install_app_1"> <span class="switch-label" data-on="YES" data-off="NO" /> <span> Install App </span> </label> </div>

Hello, I need to use the forms in a closed network (with no access to internet). Is it possible with your nice tool?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey