• 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: parameters in content plugin

parameters in content plugin 10 years 8 months ago #28530

  • ecweb
  • ecweb's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
HI,
I am interested in purchasing rsform pro.
I will be using it inside many articles using the content plugin.
Is it possible to add custom field values (hidden) inside the call to the plugin in the article?
Example: {rsform 4 hidden_id=123 recipient_email=test@test.com} {/rsform}
The administrator has disabled public write access.

parameters in content plugin 10 years 8 months ago #28532

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
This functionality is not incorporated in the plugin, however you can use the example provided here for a similar result:
http://www.rsjoomla.com/support/documentation/view-article/162-how-do-i-pass-a-parameter-through-the-url-and-how-can-i-catch-it-.html

example:

http://www.mywebsite.com/index.php?option=com_rsform&formId=1&form[hidden_id]=123&form[recipient_email]=test@test.com

You can after this create a query in PHP Email Scripts to grab the author's email and change the TO field accordingly.

A more in depth explanation of PHP email scripts can be found here:

http://www.rsjoomla.com/support/documentation/view-article/610-php-email-scripts.html
My help is not official customer support. To receive your support, submit a ticket by clicking here
Last Edit: 10 years 8 months ago by cosmin.cristea.
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!