Formidable Forms

Topics related to Formidable Forms plugin

Formidable Forms – using JQuery to change the value of a text field based on changes to a dropdown list

If you wish to set the text field based on changes to a dropdown list. For Formidable Forms, you can go to the Form’s Settings -> Customize HTML and add the Javascript code in the “After Fields” section. The following source code will change the value of a text field based on changes to a …

Formidable Forms – using JQuery to change the value of a text field based on changes to a dropdown list Read More »

Formidable Forms: How to set end date for JQuery Datepicker based on chosen start date

If you wish to set a date such as end date based on start date, you can use JQuery to do it. For Formidable Forms, you can go to the Form’s Settings -> Customize HTML and add the Javascript code in the “After Fields” section. The following source code will calculate and show the end …

Formidable Forms: How to set end date for JQuery Datepicker based on chosen start date Read More »