Thanks thats a great suggestion. I have changed all the forms I have created to the same.
Could I ask advice on something else? So on my website we have a section that displays businesses that offers benefits to our members. Here is an example www.prvlge.com/index.php/component/custo...uct&id=14&Itemid=245 On the right hand side of the page there is the box called Offer Times : Is it possible to recreate that box in a form? So far all the forms I have made have been in a list...
I have a calculated field (field3) on my form which is the result of dividing a value in field1 by a value in field2. I would like to round off the output in field3 to two decimal places. I tried to use the Calculation setting in the Configuration menu but that doesn't seem to work. I then tried to use round(field3, 2) as the default value in field3, that too doesn't seem to work. Please could you advise how I can get this working?
Hola!
Yo lo he solucionado creando un par artículos con menús para para las respuestas succes y falilure. Y añadiendo el código php, en la sección Scripts (Thankyou) del formulario, especificado en la documentación del plugin: www.rsjoomla.com/support/documentation/r...tom-order-forms.html
In the event options I can set a text to display a custom message when the event has ended. This text shows up in the event details page. However, I want this text to be visible in the list with events (a listing made a menu-item).
I know how to make overrides, but I'm not a programmer, I have limited php skills. I have found the code for this message in de php file for the view of the event details. When I copy that code in the php file for the listing view, nothing happens, it will not show...
In your form go to Form Properties then choose Admin Emails under the Email menu at left. Then look down the page for Auto-Generate Email Message and switch the toggle to Yes and all the shortcodes will be inserted into the message.
I have a menu item pointing to a submissions directory. Within the menu item's settings, how can I add a submit date filter? I've tried different ways with the 'Dynamic Filtering Values', such as DateSubmitted, but I receive a "Dynamic filtering field 'DateSubmitted' not found in form" error. Is it required that I add a "Date Submitted" form field and use that, and in which I will have two "Date Submitted" form fields?
Hi I have a problem for me it's a big problem and I'm too bad at PHP etc to solve it... I need a search function where you can search for categories using a dropdown list
ex
1
2
3
4
5
6
I then want the result to be displayed in the same way as rsform's menu search function..
You can edit the submitted data, from the frontend area, using the RSForm!Pro Submissions Directory menu item. please read this article for more information.
If you're trying to edit the submission using the original form, you can try taking a look at this article instead. Note that this is just an example, not a copy paste solution.
Hi, Is it possible to associate the directory view
(index.php?option=com_rsform&view=directory)
within a joomla module instead of linking it to a menu item?
Thanks
Regards
1. Regarding your statement:” This is a compulsary field, so IO cannot ask a support question!” simply make up a URL and explain in your comment the site isn’t online yet.
Hi,
I use the Yootheme Template with the Bootstrap option on. The “rsevents dropdown” don’t work anymore without "Load Bootstrap" option in the RSEvents!Pro configuration on. If I enable "Load Bootstrap" unfortunately, the design is then no longer ok.
I got the hint to copying the CSS style definitions for the "dropdown-menu" class from the Bootstrap CSS file and adjust these so that only the elements from the component are affected by using the id "rs_event_show" - for example:...
Running a website where most everything is reserved for registered members only, I would like to hide the feedback-component from Public. I do not have a public menu-item for teh forum but should you get the complete URL from somewhere, you can get all the feedbacks without logging in.
Is there a way for me to prevent public access to the component.
Hi,
I have a conflict in the back-end with RSFinder and Vertical menu module.
I don't know why but I can no longer access to "Vertical Menu" modules settings from the backend when RSFinder plugin is activated, I get this error:
Error 0: Cannot access offset of type string on string
Debug system confirms that the RS Finder plugin is the source of the problem....