• Resolved dessed

    (@dessed)


    I have two problems.

    1. I have a form that gives logged in users a CRM tag and wordpress role, based on checkboxes they select or deselect. This form is located in a tab on their user profile page. After a user submits this form, I would like this form to remember and show the submitted options the next time they open it, rather than appearing in a refreshed state.

    2. I have a form that contains nothing but a password field. I created an Uncanny Automator recipe that gives logged in users as special role when they submit a specific word into that password field.
    How can I set up the form to decline submissions for everyone who types anything but that specific word? Ideally I would change the declined message to “access denied”.

    How can I achieve these two goals with fluent forms?

    • This topic was modified 2 years, 3 months ago by dessed.
    • This topic was modified 2 years, 3 months ago by dessed.
Viewing 1 replies (of 1 total)
  • Plugin Support Tahmid ul Karim

    (@tahmidulkarim)

    Hello @dessed,

    1. If you are collecting Form submission from logged in users then in that case you can set the values of the fields to populate dynamically from the user profile. Otherwise, if you use a multi step form then there is a save button that you can add in the Form so that user can save their information and continue later. But, if the form is submitted and then you want to show the same data on the Form if the user returns then that won’t be possible.

    2. You would need to use custom JS codes for that. There is an editor inside the Form settings where you can add your own JS codes.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Remember user checkbox selections, and using the password field as a role gate.’ is closed to new replies.