RS Form Plugin Not Working...

More
14 years 3 weeks ago #5774 by TheSoMeEx
Yes, I did, as shown in the screenshots I posted...

No worries, I figured out a way around it.

I'm in a bit of a hurry, since I'm in BETA (production on May 1), and decided to switch to FLEXIcontent from K2...

*smiles*

--
Heather M. Claus
910-538-8901
I'm Building a Network of Niche Sites with a Shared Community - in BETA now!
www.365DaysofStyle.com
www.twitter.com/365DaysofStyle

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #34610 by yopyop001
Hi,

This is an old post, but may be it can be useful for someone.

I couldn't making the plugin work in a field because of the syntax of the plugin and the "remove space" parameters.

When i didn't select "Remove space" the value displayed was : {rsform id } . It doesn't work because of the space after id

When i did select "Remove space" the value displayed was {rsformid}. It doesn't work because there was no space beetween rsform and id

The trick is to add the space in the query with
Code:
CONCAT(' ',FormId) as value

So, here is a way to make RS Form PRo plugin works with a flexicontent field :

In backend : user can select a form created with RS Form PRo Component in a select list.

In frontend : the form is displayed in the position defined in the Item template manager.

How to configure the field :

Field Type : "Select List"

> Field specific properties
>> Basic Configuration
Trigger content plugins = Yes
Specific plugins only = rsform
Frontend display = value

>> Value Creation
Use SQL query = Yes
Field elements = SELECT CONCAT(' ',FormId) as value, FormName as text FROM #__rsform_forms WHERE Published=1

>> Prefix - Suffix - Separator
Remove space = Yes
Prefix text of the value = {rsform
Suffix text of the value = }


It works with :
Joomla 2.5.9
Flexicontent 2.0 r1648
RS Form Pro 1.4.0 Rev 46

Best regards

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.273 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline