• 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: Auto fill field

Auto fill field 9 years 4 months ago #33524

Hi

Is there a plugin/code that i can use for the following scenario. I have some text and a form on the same page. When i click on a specific word in the text, one of the fields in the form will automatically be answered with the corresponding text?
The administrator has disabled public write access.

Auto fill field 9 years 4 months ago #33532

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
You can simply link the word in question to the form and pass it as a parameter. Example:
Your <a href="form/url/here.html?keyword=text">text</a> here.

You can then grab the parameter value from the URL as explained here:

www.rsjoomla.com/support/documentation/r...can-i-catch-it-.html
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
The following user(s) said Thank You: bslindgreen
  • 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!