Question
Form validation based on program membership?
Here is my desired experience:
User fills out web form that adds them to a program > success confirmation message
User fills out same form again > form doesn't submit, gets different message.
Does anyone have any thoughts on how this is possible? I know I could use a hidden field that pre-populates, but this form is embedded, and if cookies are cleared then the prefill wouldn't work anyways.
Thanks for any help!