Fields to Appear As Previous One is Completed

How to make form fields appear sequentially as previous ones are completed.

Overview

CF does not have a built-in feature for this progressive field display.
Use custom JavaScript to hide all fields initially and reveal them one by one, or create a multi-page form with a single field per page.

Answered
ChronoForms v6
in indieben 05 Nov, 2018
Hi,

I was looking to have the form display the next field/option as the previous one is completed. There doesn't seem to be an option for this though?

Thanks.
Gr GreyHead 06 Nov, 2018
Answer
2 Likes
Hi indieben,

You could probably code this using custom JavaScript - you can load all the elements as hidden and then un-hide the next one. Or you could create a multi-page form with one element on each page.

Bob

PS Personally I think I'd find this a bit irritating.
in indieben 06 Nov, 2018
Thanks both of you - I'll sack that idea then but at least it answers the question for someone else! :-)
This topic is locked and no more replies can be posted.