Hoping that someone will be able to help me out with a problem that we're expericing with Contour on a client project at the moemnt that is in UAT.
We are trying to achieve custom entries of a
series of fields in one form. We are trying to get to the stage where a user
can input data into 6 fields, click ‘Add Another’ (or functionality to that
effect) and be able to type different data into the same fields.. whilst still
remaining in the same form.
For example.
Q1
Q2
Q3
Q4
___
Q4a
Q4b
Q4c
(Add Another?)
If yes, repeat:
Q4a
Q4b
Q4c
(Add Another?) etc
And repeat for up to 15 iterations.
___
Q6
Q7
Q8
It is the iterative process of adding multiple fields into
the same form, at the users’ discretion, that we cannot currently achieve in
contour.
I'd be very grateful for any advice from the Umbraco community. If any of this is not clear and further details are required pleas elet me know.
Yeah nothing out of the box that makes this 'dynamic' number of fields easily possible, only thing I can think of is design the form with the 15 iterations and then add some js on the page to add in the Add Another (show) stuff, not dynamic but it should do the trick
'Add another' functionality in Contour
Hi All,
Hoping that someone will be able to help me out with a problem that we're expericing with Contour on a client project at the moemnt that is in UAT.
We are trying to achieve custom entries of a series of fields in one form. We are trying to get to the stage where a user can input data into 6 fields, click ‘Add Another’ (or functionality to that effect) and be able to type different data into the same fields.. whilst still remaining in the same form.
For example.
Q1
Q2
Q3
Q4
___
Q4a
Q4b
Q4c
(Add Another?)
If yes, repeat:
Q4a
Q4b
Q4c
(Add Another?) etc
And repeat for up to 15 iterations.
___
Q6
Q7
Q8
It is the iterative process of adding multiple fields into the same form, at the users’ discretion, that we cannot currently achieve in contour.
I'd be very grateful for any advice from the Umbraco community. If any of this is not clear and further details are required pleas elet me know.
Many Thanks,
Keston
Comment author was deleted
Yeah nothing out of the box that makes this 'dynamic' number of fields easily possible, only thing I can think of is design the form with the 15 iterations and then add some js on the page to add in the Add Another (show) stuff, not dynamic but it should do the trick
Many thanks for the suggestion Tim, I'll speak to our dev team and hopefully we can do something along these lines.
Cheers,
Keston
is working on a reply...