I am already able to send an email to the Editor (which sends the form) but how i am able to hide the email inside the form template?
Everytime i add the E-Mail Function to the form it shows me the mail also inside my form.
I have already a well formatted Submit / Thank You Page and just want to have here also an e-mail to be sent when saving was successfull.
My Structure:
section load (where the form fields are)
section submit
view that shows a small calculation and the informations how to pay for this registration (all html & php views)
functions to calculate stuff and submit to db --> inside save db function under successfull i've got the send email function
is my understanding of the email function wrong?
I would just like to have an option to send an email to the Editor of the form without showing the whole email template inside the page.
thanks for your help!
kind regards
Proximate
Everytime i add the E-Mail Function to the form it shows me the mail also inside my form.
I have already a well formatted Submit / Thank You Page and just want to have here also an e-mail to be sent when saving was successfull.
My Structure:
section load (where the form fields are)
section submit
view that shows a small calculation and the informations how to pay for this registration (all html & php views)
functions to calculate stuff and submit to db --> inside save db function under successfull i've got the send email function
is my understanding of the email function wrong?
I would just like to have an option to send an email to the Editor of the form without showing the whole email template inside the page.
thanks for your help!
kind regards
Proximate