Email form with conditional logic

Issues related to forms.
Post Reply
MUDJ
 
 
Posts: 81
Joined: Sun Jan 10, 2010 2:22 pm

Email form with conditional logic

Post by MUDJ »

Hello!
I have a question for you.
I need to create a particular email form.
In addition to the usual fields such as name, surname, etc., I have to add "blocks of fields" using the "+" symbol in the form.
Practically clicking on the "+", other fields are added to be filled in, but these must appear in a multipage form using the carousel object. Do any of you know how to give me the right information, without just telling me maybe that I have to use scripts, and be precise about the options to select and use?
Currently I have the same form but it is extended, that is 18 blocks of fields to fill in, but it is really devastating and people find it hard to understand how to fill in. Everything is "summarized" at the end of the form so that it can be printed.
Thank you if you can give me a hand, or maybe implement this in the software under the "form controls", because it could be interesting for many users.
Thank you.
wwonderfull
 
 
Posts: 1433
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Email form with conditional logic

Post by wwonderfull »

Although I read your message multiple times still hard to understand the visual you want to achieve. Do you have any example or image of what you truely wanting to achieve? Can you show me your form using a link or a demo project and what is the thing you want in the form. Ty
MUDJ
 
 
Posts: 81
Joined: Sun Jan 10, 2010 2:22 pm

Re: Email form with conditional logic

Post by MUDJ »

Here the example designed.. https://we.tl/t-oBj8IA0Hzh.
Pratically the part "1" is normal form. The part 2 and 3 is opened by "+" symbol and every time you click on the + symbol, you have to open a new block of a series of fields. The whole thing must be inserted in a carousel because there are many fields to fill in several pages. Also I would like to include very complex text that is included via email, as part of the same form.
I hope you can understand what I want to create.
Thanks for reply.
User avatar
BaconFries
 
 
Posts: 5620
Joined: Thu Aug 16, 2007 7:32 pm

Re: Email form with conditional logic

Post by BaconFries »

Do any of you know how to give me the right information, without just telling me maybe that I have to use scripts, and be precise about the options to select and use?
I know you don't want to hear it.... but you will need to use script(s) namely javascript. And in general it is outwith the forum to write this for you, so you may need to seek out externally...or maybe one of the following urls with examples may help.

Adding input fields in Javascript with onclick button [duplicate]
https://stackoverflow.com/questions/159 ... ick-button
Adding input elements dynamically to form
https://stackoverflow.com/questions/148 ... ly-to-form
MUDJ
 
 
Posts: 81
Joined: Sun Jan 10, 2010 2:22 pm

Re: Email form with conditional logic

Post by MUDJ »

The second example you posted to me is the correct one (in the second part of the page). I don't think I can get what I want, but I hope in the future it will be possible to implement this feature in WWB, or that someone can come up with an extension that allows you to do this.
Thanks for the help anyway.
Post Reply