• 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: Current URL in hidden field of form

Current URL in hidden field of form 11 years 8 months ago #24642

  • west1
  • west1's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi.
I open rsform in modal window. Cuurently works fine.
But i want to track pages,from which forms are sent.
I suppose capture current page url and send it hidden field is the best and siplyest way.
In my hidden field in 'General tab' and default field I set a number of codes, but none works out. Included {getURLcode:value} in layout in Admin template letter

a)
$u = RSFormProHelper::getURL();
return $u;
b)
$pageURL = $_SERVER;
return $pageURL;
c)
return $_SERVER;

What's wrong?
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!