• 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: Pass Value through URL

Pass Value through URL 12 years 7 months ago #15041

  • 337
  • 337's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi

I created two forms, form A, form B (formId = 10)

I want to pass a value through URL in 'Return URL' of form A

Currently I have hard-coded the value of p_dept.
index.php?option=com_rsform&formId=10&p_dept=20

May I know how can I pass the value of a text field to url ? Instead of 20 in url, I want to pass value of a text field.

Thank you.
Last Edit: 12 years 7 months ago by 337.
The administrator has disabled public write access.

Re: Pass Value through URL 12 years 7 months ago #15057

  • webcat-solutions
  • webcat-solutions's Avatar
  • OFFLINE
  • Junior Boarder
  • Dutch Joomla specialist
  • Posts: 29
  • Thank you received: 4
Hi 337,

have you tried this in your return url yet:
index.php?option=com_rsform&formId=10&p_dept={fieldnameoftextfield:value}
(replace fieldnameoftextfield with the actual name of the text field)
Regards,
Chantal
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!