Showing all posts with tag multistep (4)
Multistep example: Skip step based on field value
In the example below we show how you make a certain step unavailable, if the user previously indicated that they are not interested in completing it. The relevant javascript code … Read More
Multistep mobile view
On mobile, having all the steps visible, can result in poor user experience. Hide steps on mobile One simple solution is to add this piece of CSS to your theme Why don’t you give it a try? Resize your window or visit this page on mobile to see the circles disappear. … Read More
Multistep with summary
This multistep form shows a summary of all the fields in the last step, using the [summary] shortcode. This function is available only in Conditional Fields Pro. In the backend, you will see an extra tab, called Summary, where you can add the template for the summary. This template follows the same markup rules as the … Read More
multistep
Conditional Fields PRO supports multi-step forms out of the box. New since version 1.8.1: multistep form with summary field Basic usage With custom step titles and buttons Notes If you are using multistep, the first tag in your form should always be [step … ]. All the form code that appears before the first [step] will … Read More