How to combine 3 forms into one letter?
-
Good evening seniors / senoritas!
There is a slider with 3 blocks, each contains forms (i.e. 3 forms), how to make the data from 3 forms are sent in one letter?JavaScript Anonymous, Feb 18, 2019 -
If client side:
- Cancel Submit Forms
- Collect from each formData
- Submit formData with ajax
DocumentationAnonymous - Cancel Submit Forms
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!