• 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: Get value from page and add to submitted data

Get value from page and add to submitted data 2 years 6 months ago #42271

  • StormIT
  • StormIT's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 32
I have a website which shows user profiles and their relevant userID is available on the page where my form is (but hidden through CSS).

(The userID is for the profile being viewed and not the user logged in).

I have a hidden field called "profileUserID", which needs to capture the userID

I want my RSForm to be able to capture that userID and submit it along with the rest of the data.

HTML for the hidden userID is:

<span itemprop="userID" id="userID"><?php echo $userid; ?></span>
In basic terms, I need to get whatever the value for "userID" is and submit this in the form via the profileUserID hidden field.
Last Edit: 2 years 6 months ago by StormIT.
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!