8 years ago
2
Topic

Hello!

I used Proforms before to build Forms. There was an option to confirm a form submission by an email token.
How can i implement such an confirmation link into a seblod mail? 

It´s not for a user registration form.

Thanks a lot!

Elisa

Get a VIP membership
154 Posts
WebOne
8 years ago
1
Level 1

Here are some ideas worth exploring:

You have a text field (token value) that is hidden + disabled if the article id of the form is not set (ie. first edit)

A text field (confirmed) is set to CONFIRMED=0

The form is entered (first time) goes to thank you page saying to retrieve the token which is generated and stored.

The email link contains a random id and a link

The link is clicked and the form goes to edit mode. 

The token field displays - Other fields can be hidden based on the value of confirmed or other value

The submit is entered which then validates the token field 

If successful the form is saved and text field (confirmed) is set to 1

8 years ago
0
Level 2

Hi!

Sounds like a great approach, have to test this out. Thank you for your thoughts on this!
Regards,

Elisa

Get a Book for SEBLOD