Hey all, doing a lot of research on Custom States and how/when to use them. Wanted to ask to make sure I’m headed in the right direction.
- I have 4 different groups (representing amounts of invoice options) that have several inputs (percentages and currency amounts). See the 1st image below.
- When a user selects which group (invoice option) they want, it opens up to several inputs (percentages and currency amounts) See the 2nd image below.
- Once they fill it out and go to the next step in my process I ONLY want to send that data from that group to another page.
So the idea is to only send data that is in a group that is visible.
I know how to send data to another page (I’m already doing this) through referencing what’s been saved in the database… but in this instance, I only want to send data that the user is currently allowing to be visible. Make sense?
Are Custom States the best way to do this?