Instead of showing all the form fields at once, I was wondering if there is a way to show fields to the user one by one and automatically "slide" to the next field when the user inputs the current field. Can I do this with cred forms?
I especially want to do this for the radio button where I want to "associate" every choice with an image and let the user click on that image to select the option.
Why? It is a better user experience than going through all the info at once.
Hello,
Q1) show fields to the user one by one and automatically "slide" to the next field when the user inputs the current field
There isn't such kind of built-in feature within Toolset Forms plugin, it needs custom codes, I have searched it in google, and find some related threads, for example:
https://stackoverflow.com/questions/2455225/how-do-i-move-focus-to-next-input-with-jquery
For your reference.
Q2) Same as above, there isn't such kind of built-in feature, you might consider custom CSS codes, for example:
https://stackoverflow.com/questions/17541614/use-images-instead-of-radio-buttons