Creating a custom mail message for a sign up form

Issues related to forms.
Post Reply
Kevin
 
 
Posts: 15
Joined: Wed Mar 08, 2023 8:58 pm

Creating a custom mail message for a sign up form

Post by Kevin »

Hello,

I want to know if it is possible to create a custom message like the wizard form but in this case for the sign up form.

I explain mhyself better, i use a sign up form to allow people to enter the private part of my webpage, nevertheless i want to sent a specific message (html if possible) to the user when it register. The "sign up form does not have this option (atleast i did not see it), on the other hand the wizard form does not allow me to connect to the database but has the message feature I want.

There is any way to accomplish this?

Thank you
User avatar
Pablo
 
Posts: 22995
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Creating a custom mail message for a sign up form

Post by Pablo »

There is no standard solution for this.
However, if you convert the sign up form to a standard form then you can customize the script yourself.

Right click the sign up form and select 'Convert to form'
Note that this requires some knowledge of PHP.
Post Reply