I need help with the form button

i created an app the requires the users to summit a form if they want to participate in an event by filling in their details. after they submit the form they should not be able to see the form, and so i added a condition, the condition is below :point_down::point_down::point_down::point_down::point_down:
condition
the condition only works for the first person who submits the form but the rest canโ€™t who sign up will still see the button.

And i also wanted to send an email after they submit the form but i donโ€™t know how to do that either, i also need help with this.
Is there anything i can do to solve this problem am having, i really need help.

Iโ€™d do that slightly differently.

Assuming that the table that your form creates rows in includes a column for the users email, then what you can do is build a relation from your User Profiles table to the table that contains the form submissions, matching the email addresses. And then your visibility condition becomes โ€œwhen that relation is emptyโ€.

For sending emails, you can manage that as an On Submit action, using either the Send Email action (if your plan supports it), or alternatively you could send a webhook to an external service such as Zapier or Make (Integromat) and have that service send the email.

1 Like

T
hanks a lot on both my problems, i will for sure try them out but i still have issues with the same problem i will inbox you if thatโ€™s alright

Best to just reply here.
Iโ€™ll help if Iโ€™m around, but if Iโ€™m not then somebody else can jump in.

3 Likes