Showing all posts with tag free (6)

Conditional file attachments

July 3, 2019

The file field is a supported conditional field. But apart from simply showing/hiding groups based on the fact if a file is selected or not, you can also add files conditionally. Attach files from your media library conditionally Take this form as an example: Select file: [select “file-1” “file-2” “file-3”] [group g1]file-1 will be emailed … Read More

File

September 14, 2018

This example form demonstrates how the file field can be used as a trigger to hide/show groups. … Read More

questionnaire 2

June 29, 2017

Show fields one by one This example shows how you can use Conditional Fields for Contact Form 7 to create a form that will force the user to fill in fields in a particular order by only displaying the next field if the previous field is filled out. In this example all fields remain visible … Read More

simple form

May 12, 2017

This is a simple form with very basic conditional logic. … Read More

questionnaire 1

May 10, 2017

Show fields one by one and hide completed fields This example shows how you can use Conditional Fields for Contact Form 7 to create a form that will force the user to fill in fields in a particular order by only displaying the next field if the previous field is filled out. In this example … Read More

Popups and asynchronous loading of contact forms

August 31, 2016

Loading contact forms dynamically can introduce some problems. The main reason is that all JavaScript is already loaded by the time the contact form actually appears on the page (in a popup, tabs, …). Loading a form this way will render the HTML code, but will often not register the necessary JavaScript events. Some plugins, … Read More