• 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: Echo form ID in hidden field

Echo form ID in hidden field 5 years 2 months ago #38812

  • patrick403
  • patrick403's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 42
  • Thank you received: 5
Is there a way to echo the current form ID in a hidden field?
The administrator has disabled public write access.

Echo form ID in hidden field 5 years 2 months ago #38815

Yes there is:

Use the following code at the default value:
//<code>
return $this->formId;
//</code>
Success
The administrator has disabled public write access.
The following user(s) said Thank You: patrick403
  • 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!