• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: disable email in submit form

disable email in submit form 10 years 5 months ago #29496

  • aimad121
  • aimad121's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
hello
i want disable email in submit form But i want to leave it in the admin in the management of the submission button submit emails .

I know if you want deactivate all send email user you remove email in "to" configuration email user , but me i want sending just from click in backand submission button submit emails

thank you
The administrator has disabled public write access.

disable email in submit form 10 years 5 months ago #29499

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

You should leave the email configured normally with TO and FROM fields, while using a script within PHP Email Scripts for each of your User and or Admin email scripting areas that simply clears the TO field.

Thus, on every normal submit emails are not sent while sending these from backend works.

More information on PHP Email Scripts here:

www.rsjoomla.com/support/documentation/v...p-email-scripts.html
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.

disable email in submit form 10 years 5 months ago #29521

  • aimad121
  • aimad121's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
After your help i can find solution , put this code in script email php in your form option

if($_POST != '' ){
$userEmail = '';
$userEmail = '';
}

thank you
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!