Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

Form values in 'Script called on form process'

Welcome, Guest
Username Password: Remember me

Form values in 'Script called on form process'
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Form values in 'Script called on form process'

Form values in 'Script called on form process' 1 year, 11 months ago #9998

How can I use the form values in my custom php?

I put some php code under 'Script called on form process' but I can't retrieve the form values.

How can I retrieve for example the value of a field called email_address and use this value in my custom php code?

Regards,

Gosling Cools

Re:Form values in 'Script called on form process' 1 year, 11 months ago #10037

  • alexp
  • OFFLINE
  • Moderator
  • Posts: 1047
Hello,

You can simply use the following syntax:

 
$_POST['form']['email_address']
 


You can view the exact structure of the $_POST variable by using something like this (in the Scripts called on form process area):

 
print_r($_POST);die();
 
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team

Re:Form values in 'Script called on form process' 6 hours, 1 minute ago #0

Hello,
This is an automatically generated message.
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 wish to receive our 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: http://www.rsjoomla.com/support-policy.html.

Thank You!
PLEASE NOTE: This topic is NOT locked and you can add replies to it. Other users are free to reply as well. This message has been generated by a bot and has no effect on the topic whatsoever.
  • Page:
  • 1
Moderators: alex, alexp, octavian, bogdanc, andreic
Time to create page: 1.07 seconds
Feedback