Hi all,
I am creating a progressive profiling form. I want to include a transparency agreement on every stage, but i would like it to show after the fields included in the progressive profiling questions. I can't move the agreement text below the box where these are included.
Does anyone here know how can I do it?
Thanks for your help!
Solved! Go to Solution.
Yes, use my FormsPlus::Tag and FormsPlus::Reorder helpers. Demo here:
MktoForms2 :: Demo :: Override Field Order 1.0.2
You can hard-set the order of any fields, even including putting fields below the Submit button. See the examples in the JS pane.
Yes, use my FormsPlus::Tag and FormsPlus::Reorder helpers. Demo here:
MktoForms2 :: Demo :: Override Field Order 1.0.2
You can hard-set the order of any fields, even including putting fields below the Submit button. See the examples in the JS pane.
Hi @miguel1, I have used Jquery to achieve this functionality. I used field ID to move the field.
@SanfordWhiteman, I have checked the solution that you shared. Here are my 2 queries:
1. Is Jquery a good way to use in form?
2. Do we have to update the code when I add new fields in form (If I use the method that you shared)?
1. Is Jquery a good way to use in form?
I try to avoid jQuery whenever possible. Using vanilla JS is more portable and just as efficient (in some cases much faster).
2. Do we have to update the code when I add new fields in form (If I use the method that you shared)?
No, you only have to include fields that are being reordered. As you can see in the demo, not all fields are in the reorder block. The rest stay put.
