Multi-page forms

This topic contains 7 reply and 4 voices, and was last updated by Sekander Badsha 9 years, 4 months ago
Viewing 7 Posts - 1 through 7 (of 7 total)
Author Posts
December 11, 2014 at 4:02 pm 32146
Sekander Badsha Has anyone worked out a way of creating multi-page forms, or a good way of displaying long forms? Thx
December 11, 2014 at 4:24 pm 32147
Nayem Nayem

Hello Rob,

I am not clear about your question. Can you please describe me in more details?.

Thank you 🙂

December 11, 2014 at 7:14 pm 32161
Scott Scott

I would also like to see page breaks added as a form item so we can setup multipage registration and post forms.

December 12, 2014 at 4:29 am 32179
Rob Rob

Thanks Nayem.

I understand that WPUF does not support multi-page forms (yet?). However I need to solve the problem of long forms now.

So:

  • Is multi-paging on your to-do list? If so, what is the time frame (weeks or years)?
  • Has anyone found a way of creating forms that are broken down into user-friendly chunks, and then link them up together in some way?
  • what about css/js changes for a section break?

Thx

December 12, 2014 at 8:09 am 32183
Rob Rob

More: for example, can I use a <!-- next ---> tag, and if so, how?

December 12, 2014 at 3:41 pm 32198
Nayem Nayem

Hello Rob,

This is not possible right now. We do not have such kind of feature. But i will notify to our developer team about this feature and hope they will think about this feature.

Thank you 🙂

December 13, 2014 at 4:25 am 32228
Rob Rob

Success: I think that I’ve found a useful workaround (I can’t upload a screen dump here):

  • Create a radio field as the very first field, with options “page 1”, “page 2” etc or the page titles
  • Use this as a conditional for each of the form fields (ie every field has a condition “show if page 1 or 2…)
  • Tweak the css for the top field, possibly making it look like a tab.

That’s it! – it works extremely well.

There are some limitations on other conditionals that you may need, but it’s the best solution I’ve seen.

December 13, 2014 at 9:35 pm 32270
Sekander Badsha Sekander Badsha

Thanks Rob for being awesome!! 😀

I have requested the team but they said “Nah”.

So I was going to suggest you to use JavaScript to break the form. But be aware, breaking the form in parts might compromise the security.

Glad that you made out a way and posted some instructions here.

Viewing 7 Posts - 1 through 7 (of 7 total)