How to create a complicated form #6746
Unanswered
imakeitworknet
asked this question in
Q&A
Replies: 2 comments
-
Never mind, sorted it with JS. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For official support you can go to https://Statamic.com/support — this discussion area is community driven, so there’s no guarantee of anyone contributing an answer. Just wanted to give you a heads up!On Sep 20, 2022, at 11:17 PM, Hoa Anh SKS ***@***.***> wrote:
I have the same question as you? Hope to get support
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I need to build this kind of functionality in Statamic:
There are two collections: Trips and Ships.
Administrator needs to be able to add one or more ships in every single trip, and add a price. For example:
That's not an issue. Tricky thing is this: when client opens TRIP 001 page, he needs to fill a FORM (with name and other details), and needs to select one of the ships available in that trip.
System uses the same FORM in all Trips. The only difference is that the FORM needs to somehow also catch which ship was selected, which price it was showing at the moment, and the page title it was filled on (Trip name).
Any ideas how Form could catch those additional elements which are outside the form?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions