654 comments found.
Hi Elia I have a problem with the smart form. I compiled the form and it works fine a simple html page. But when I place the form on the Joomla 3 template site I get a bug of the slider. Firebug displays that the element.style selector modify it. Please watch this video to understand this bug. https://youtu.be/UiNX2aWvGg0 Thanks for any help
OK let me see how i can help with this which version of jquery is run by your joomla template?
I can give access to the site. where to send?
Fill on my the profile page i will get your email
sent
hello, where is the admin side of this script? i cant see how user build the forms….etc
Hi natanmizrahi ,
It is not a form builder, just simple form components an UI just added PHP for processing
yes but how i access the registration page after add the module? what is thew link in demo to see registration page? for public users that want to register
Hi Elia,
Grateful if you could help me solve two issues in the multiple-pages-form. I want to be able to switch between the different pages with the browser-back button (javascript:history.back(-1)
, so I would like an #page2 to the URL for example.
I sent you an email on this. Thanks in advance for your help.
Hello Jonasl
Let me check this out will revert back sorry been on and off quite fixed on some errands but will work on this tonight
Can you send me another email other than gmail, gmail rejects the attachment am sending you for your request
This is what i have tried so far get it from my server
http://doptiq.com/env/save-state.zipHi,
I have a question. How do i sent “Group Cloning” (for example 3 Fields by group) through smartprocess.php?
Like in your demo at: http://doptiq.com/smartforms/v4/demos/templates/elegant/clone.html -> ANIMATED WITH CUSTOM EVENTSThis solution :
$users = $_POST["users"];
if ($users[0]!=""){
$users_list = implode( '
', $users);
}
works only for one field
Cheers Andi
I want it to look that way:(in the email)
1. Firstname Lastname Age
2. Firstname Lastname Age
and so on
Hello,
i found a solution myself!!! But there is another problem now. Jquery validate and goup-clone does not work together!
Andi
HI Andi send me an email i look at this tonight sorry been quite busy but will look at this tonight
When using the file upload, it auto fills the file to lead with, “C:\fakepath\” but i can’t see anything in the documentation how to remove that.
Hello somewebguy sorry been quite away, that is a browser security implementation, can you send me an email i will email you some solution to have that removed
Hello
1. Is there any chance to limit datapicker to only working days?
2. Is there any way to create something like if this than that? For example: If user choose from list option X, than form autofill another field with custom string?
3. Any way to create confirmation Link before submit form? I mean before user can successfully submit form, he need to click on URL from e-mail?
Hello dubas what do you mean by working days? You mean excluding weekends?
Thanks for fast reply
Yes – excluding weekends 
And also please comment other things if you have time 
anything?
Hi Dubas sorry been away but am now back -
1 – Yes its possible theres an example for this inside the Javascript enhancements folder look for a file named – widget-datepicker-options.html
Then look for a field with weekends not selectable
2 – conditions can be created i need to look at the logic you need so that i can get ways of guiding you on that one
3 – What do you mean by confirmation link? Do you need something like a conditional popup?
Great! Thanks for your reply
2. I want to have field select list(call it field A) with options and simple input text field(field B ). Now: when i choose something from list in field A, form fill with some define text in field B 
Thats possible – i guess field A is a form select, right?
Yes
And also about confirmation – i want to send link to confirm for e-mail from form before send. If user confirm link from e-mail form will be send 
Did you create a database for your form? Sending a user confirmation link will require a database of sorts
I have database where i have all submissions from form with status, so first status is “Pending” and after user click on link status can change to “new”
But most important thing is with this conditions from point 2 
Here i created form with examples which i want to accomplish: https://form.jotformeu.com/40587018646359 
Anything? 
Oh i see so after changing the status to NEW you want an email to be sent to that user right? We can set a status condition (IF STATEMENT) to check whether the status is pending or new if its new then we send the email, can you send me an email where we can share the code so that i get a way of chipping in? If possible you can also share FTP details i look at the code with Filezilla
Thanks for reply
I already create something like confirmation link so we can forget about it for now
Do you have any information about conditions like in this example https://form.jotformeu.com/40587018646359 ? 
Yes i have seen them Let me just write them for you and post them here
Hello here are the examples you gave me
I used simple jquery to create the conditions
demo – http://doptiq.com/smart-forms/demos/cdn/ download – http://doptiq.com/smart-forms/demos/cdn/conditions.zip
For the select example am storing the string inside a data attribute on each select option For the inputs example am using a switch case to store the variables, it also works on change, keyup and paste Let me know how it goes
Regards
Woooooow! You’re THE BEST! Thanks
Also maybe you can clarify one more thing. I want to merge two functions: show/hide and chained-selects. I don’t know why, but when i created form with chained select list, i can’t show/hide section based on choosen option from chained select list.
Example: I have list with smartphones: Apple and samsung. Based on which company i choose i want to show chained list with models. Next based on which model i select i want to show section with fields(which is hidden by default). Any idea why?
Let me look at this issue and get back
Do you need example?
Anything here? 
Can Smart Forms be integrated with email providers like Mail Chimp as the registration form?
Yes they can mailchimp has an API which you can plugin i think the easiest one uses CURL / PHP
pre-sales questions:
How customizable is the validation – both the validating criteria and look/placement of the messages?
Can Smart Forms be used in a slide down panel that I already have working on my site?
Can I customize the styles of the submission confirmation message (font size, color, etc.)?
Can a form redirect to a page after submission?
All the above can be customized / for the sliding panel i guess it uses jquery if so it can work with it as well. In case you need help am available
Hi there! Interested in buying, but not sure—does this need PHP to run? I can run JS, Jquery and Jquery / AJAX with success on this solution… but no PHP. Thanks for any advice.
Hi Jake, thanks for the interest. PHP is used for the working forms i included so in case you want to use them as they are you need to make sure your host server runs PHP 5.4 +. You may not need to know all the ins and outs of PHP coz much of the work is done for you for the working forms that are included all you need to put your email address where the form data will be sent and you are good to go. The documentation is elaborate enough to get you going.
However if you want to create your own processing scripts in any other programming language you can as well, though am more inclined towards PHP as a developer. That would mean i would provide less expertise in that regard
Thanks
Hi, i need some help with the multistep form:
Im trying to get the submit button to work:
jQuery(document).ready(function($){
$("#smart-form").steps({
bodyTag: "fieldset",
headerTag: "h2",
bodyTag: "fieldset",
enableFinishButton: false,
transitionEffect: "slideLeft",
labels: {
finish: "Submit Form",
next: "Continue",
previous: "Go Back",
loading: "Loading..."
},
onStepChanging: function (event, currentIndex, newIndex){
if (currentIndex > newIndex){return true; }
var form = $(this);
if (currentIndex < newIndex){}
return form.valid();
},
onStepChanged: function (event, currentIndex, priorIndex){
},
onFinishing: function (event, currentIndex){
var form = $(this);
form.validate().settings.ignore = ":disabled";
return form.valid();
},
onFinished: function (event, currentIndex){
var form = $(this);
$('form#smart-form').submit();
}
}).validate({
errorClass: "state-error",
validClass: "state-success",
errorElement: "em",
onkeyup: false,
onclick: false,
rules: {
start_date: {
required: true
},
end_date: {
required: true
},
generalTerms:{
required: true
}
},
messages: {
start_date: {
required: "Please select your arrival date"
},
end_date: {
required: "Please select your checkout date"
},
generalTerms:{
required: 'Please agree to our terms'
}
},
highlight: function(element, errorClass, validClass) {
$(element).closest('.field').addClass(errorClass).removeClass(validClass);
},
unhighlight: function(element, errorClass, validClass) {
$(element).closest('.field').removeClass(errorClass).addClass(validClass);
},
errorPlacement: function(error, element) {
if (element.is(":radio") || element.is(":checkbox")) {
element.closest('.option-group').after(error);
} else {
error.insertAfter(element.parent());
}
}
});
});
I’m not using ajax, i only want the button to work as an usual submit button for a form.
What i’m i missing?
this is my site: https://naturalscm.com?module=lodging
Suddenly is working now, i guess i had to clear my cache
OK
Im in the admin panel and the copy, csv, excel, pdf and print do not show up unless I allow flash. On my iphone the print button is the only that shows up. These are useful features that would be nice to have working on mobile devices or modern browsers that do not support flash by default.
Thank you for all your hard work updating this throughout time. Your level of excellence is shown by the simplicity and level of work put into this. Great job!
I think i will have to do a custom script for csv and pdf the current one uses datatables and its dependent on Flash. Let me look into this
Are there issues with Google reCAPTCHA?
I have uploaded the demo folder to my Fasthosts server and adjusted the index and settings files with my own details (receiver email and site keys) but receive a 500 (Internal Error) : ReCAPTCHA couldn’t find user-provided function: recaptchaResetCallback
Did you upload all files inside the PHP folder they should all be icluded for recaptcha to work
Yes, I uploaded the complete folder “contact-google-reCaptcha” with all its contents. I’m testing the demo form (with amended settings and index to include my own site keys and receiver email) before I integrate into my bespoke contact page.
Can you send me an email with a link to your form? I need to look at this. Did you include the site key (HTML) and secret Key (PHP settings?)
Yes of course, thanks, I have just sent it via your email contact form.
OK received
Are you available for custom work? I need an advanced calculating form created.
Yes i am send me an email on my profile we discuss
Message sent…
<label class="switch block">
<input type="checkbox" name="features" id="f2" value="analytique">
<span class="switch-label" data-on="OUI" data-off="NON" />
<span> Suivi des statistiques </span>
<b class="tooltip"><em> my tooltip, etc... </em></b>
</label>
Hi Sofiane let me send you a solution to the switch element – please send me an email on my profile page i will send it over thx
Hello.Thank you for making a wonderful script .I am very interested in having this product.
I wanted to know if …
1. is it possible to use this script if i have my own php code to process data to the database…
2.can the script be used by someone good at php, but not well advanced in javascript?
3.Can i use this script to perform CRUD operations in a database ,without the need of writing my own php codes? (am assuming the script has a way of entering data to the database)
i will greatly appreciate any feedback…
HI Kaigu
Thanks for your interest – this product focuses more on form UI/UX design and gives you the freedom to do your own programming PHP or any other language.
To answer your questions
1 – Yes you can do your own programming even design your own forms and use your own processing script these are HTML5 CSS3 JQUERY components
2 – Yes the you can like i mentioned my focus is on design of the form components not the programming
3 – No the PHP code included is for basic form emailing oerations so it doesnt go deep into CRUD operations and Database manipulations so you will need to write your own code for those operations
Thanks
Hi Thanks for the great work! Please, help is needed. I can not complete the form configuration (widget-multisteps-theme-yellow-progress), because the summary information is not displayed in step 4. What is the reason?
HI Andrew please send me an email with a link to your form i will see how i can help
Thanks
Elia
Hi Elia I sent you an email and waiting for an answer thanks
Am working on your solution
I created a questionnaire form which has no email address field, how can I receive the form back? Typically their is an email field and the smart process uses the email submitted to send it. How can I still send it without a user email? I tried looking to see if anyone else asked the question, but I didn’t find any questions.
Great job on version 4
You set your own email address as a recipient email address – you don’t need to have an email address field. You can also add a reply to address in the phpmailer options that way you set a reply email
Hi,
“autonumeric” in clone fields dont work. I set dataClone to “true”.
Any Ideas?
Usually the clone element will require you to re-initialize other plugin JS on the after clone method
can you share what you working on via email
Hi, Is there any form designer page that can allow me to try?
No its not a form generator
Hi,
I wanted to have an option “Other please specify” which allow you to input an text after you have choose that option.
Regards,
Oh so you want to show a text box after selecting an a checkbox or radio?
yes sir
Theres an option for that using conditional logic formshowhide plugin – there examples included in the javascript folder
Here is a demo – using checkboxes and radios to hide or show elements
http://doptiq.com/smartforms/v4/demos/templates/elegant/conditional.htmlIn the Javascript folder there is an advanced quiz sample to show this also