• 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: Article contact form

Article contact form 10 years 11 months ago #27619

  • gulp
  • gulp's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello,
I'm searching for a way to include a contact form programmatically in each article that is inside a specific category.
These articles will be a kind of "job opportunities", then the user will read the article and fill the form if is interested ... the site admin then should receive the email with the contact form including also the article information.
I've seen many plugin that could do something like this, but the site manager that will create the articles will not be skilled enought to insert a plugin code, better way will be to avoid reinsert the plugin code everytime an article is created ...
Is there a way to call the plugin by insert it in the com_content/blog template as an override ?
The administrator has disabled public write access.

Article contact form 10 years 11 months ago #27628

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
You can achieve this in different ways, you can determine what suits your needs.

First method would be to create an RSForm!Pro Module and publish it only the page with the articles from that specific category.( this implies creating a new Category List menu item )
The downside of this method is that it will display the form on the list view of the articles;

Second method would be to insert the RSForm! Pro placeholder inside the article {rsform formid};

Third method is to create an XTD button that inserts the placeholder on click;

Regarding the script to grab the article information, you can find more information below:
http://www.rsjoomla.com/support/documentation/view-article/645-automatically-grab-article-author-email.html
http://www.rsjoomla.com/support/documentation/view-knowledgebase/34-custom-scripting.html
My help is not official customer support. To receive your support, submit a ticket by clicking here
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!