• 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: URL field not show in email

URL field not show in email 10 years 11 months ago #27722

I have make a text field with hidden field to show the url

//<code>
$url = RSFormProHelper::getURL();
return $url;
//</code>

The url is showing in the texfield on the form. But if i send the form i am not receiving the URL.

Any solutions?
The administrator has disabled public write access.

URL field not show in email 10 years 11 months ago #27726

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
If you already have the php code in the "Default Value" of the hidden field, go to Form Properties > Emails section > edit the email messages and insert the following placeholder: {hidden_field_name:value} .

More information on placeholders :
http://www.rsjoomla.com/support/documentation/view-article/74-how-to-configure-emails.html
My help is not official customer support. To receive your support, submit a ticket by clicking here
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!