Advanced Search

Search by Keyword
Search by User Name
   

Search Options

Find Posts from
Sort Results by
Jump to Result Number
Search in Categories

Search Results

Searched for: menu
07 Feb 2014 00:23

tewebmaster

After submitting (or pressing a cancel button) I would like the user to be redirected to the URL that brought them to the form. The forms that I'm using are on hidden pages (menu items) which are gotten to by links. I want to be able send them back where they came from.

Is this possible? If so, any suggestions on how I do this?
Category: RSForm! Pro
06 Feb 2014 21:51

tewebmaster

You may want to do this is so you don't have to go back to each form and edit it whenever something changes (i.e. brotherhood mass e-mails, do you want to add/delete an e-mail each time someone joins/quits?).

The code you need is below:
//<code>
$db =& JFactory::getDBO();
$db->setQuery("SELECT email, name FROM #__users LEFT JOIN #__user_usergroup_map ON #__users.id=#__user_usergroup_map.user_id WHERE #__user_usergroup_map.group_id=27");
$results = $db->loadObjectList();
foreach ($results...
...
Category: RSForm! Pro
05 Feb 2014 12:09

houfton

I am not sure this is what you mean but I have found a way to 'hide' an option, in my case the "Tags" option from the RSEvents! Pro search drop down menu, using css:

#rs_select_top1 .optionsContainer div:nth-child(6) {
	display: none;
}

where #rs_select_top1 .optionsContainer identifies the parent element of the list of options and div:nth-child(6) identifies the 6th div within that parent: the "Tags" option. Seems to work!
Category: RSForm! Pro
30 Jan 2014 13:49

adrianp

Hello,

You will have to add for your RSEvents!Pro Categories Module the ID of the menu item you are using for the event listing page(the "List Events" menu item has an option which can show or not archived events, so make sure that this is set to "No").

Adding this custom itemid is done by editing the module > Options tab > "Custom Itemid" field, here you can add the same ID as your List Events menu item has. Now, if the module has the same item ID as the menu item, it will actually inherit the Archive setting, thus, your archived events will no longer show.
Category: RSEvents!Pro
24 Jan 2014 08:15

maartenvz

I found Laura's post helpful, you make a menu item with rsforms few submission and you set the filter to login and the access level to registered user.
I do know that there is no easy way of editing the layout of the list view and the pdf view

also I don't think that the user can edit the submitted form, only view the data that was provided initially
Category: RSForm! Pro
23 Jan 2014 11:23

pixelface

Does anyone know of a way to automatically email the form user a link to their results as displayed in the 'view submissions' menu item.

For example, the user's results are displayed here www.domain.com/results/view-submission/11. So in their confirmation email they get when submitting the form I'd like to link to that page directly. But how do I get that number 11?

Many thanks,
Chris
Category: RSForm! Pro
22 Jan 2014 16:05

poppeye

Hallo,
i have created a RSForm formular.

The problem is: i have created a menu-entry and the status is correct free.
But in the frontend the menupoint not visible.

Second question: How can I can i list the formular in a category-list?
Category: RSForm! Pro
21 Jan 2014 06:23

jennifer.blair

I'm working on some forms for a site - there are three forms in all. Two of them are working, one isn't.

All forms are using a "submit button" and not a regular "button". I've tried deleting and recreating it to no avail. Caching is disabled in both the General Config and System Plug-In. It's also linked from a RSForm menu item and not embedded in an article or HTML module.

I'm at a loss as to what is wrong now because none of the fixes that have been provided previously in the FAQ or other...
Category: RSForm! Pro
13 Jan 2014 19:30

denelan

I must still be doing something wrong then :)

The [mod_rseventspro_calendar] has ID 138 and is set to Default ordering direction= "Descending". (closest date first)

The menu item for the Calendar is 549 and is also set to Default ordering direction= "Descending".

I understand I have to enter a Custom Itemid in the [mod_rseventspro_categories] for it to be orderen Descending. Which ID do I need to use; the mod calendar (138) or the menu item calendar (549)?

I've tried them both, but the ordering did not change...
Category: RSForm! Pro
13 Jan 2014 10:25

adrianp

Hello,

You can now choose for your desired events which information to be displayed in the frontend area. The following article(under the "Frontend" section) explains which sharing and event options can be enabled/disabled:

www.rsjoomla.com/support/documentation/v...2-addedit-event.html

You can also configure these options to be checked or not by default for your desired user groups when adding events:...
Category: RSEvents!Pro
13 Jan 2014 09:22

adrianp

Hello,

From what I can see you are using the RSEvents!Pro Categories module on this listing and the module does not have any ordering functionalities. You can try adding a custom ID to this module similar as your Events(menu item for example) which does allow listing events in a particular order.

- basically you setup your desired ordering for the Events menu item:

www.rsjoomla.com/support/documentation/v...t-in-menu-items.html

- use the ID of the Events menu item for...
Category: RSForm! Pro
10 Jan 2014 14:50

adrianp

Hello,

You can publish your entries using the "List Entries" menu item, to which you can setup the ordering of the listing through the menu item backend configuration options as explained here:

www.rsjoomla.com/support/documentation/v...t-in-menu-items.html

You can also enable the ordering fields in the frontend area, for your users to order the entries listed, however they desire.
Category: RSDirectory!
08 Jan 2014 15:40

viginta

xtianus wrote:
I want to utilize bootstrap with font awesome regarding my drop down menu and buttons. I can't think of what to configure or how to make that at all possible.

For example I want to alter the caret that points down for the drop down menu but can't figure how I would be able to do that.

I appreciate help in this regard.

Maybe this will help you How to Change the Default Select Drop-Down List with CSS

You must set the code at the end of front.css file.
Category: RSForm! Pro
31 Dec 2013 15:17

stevent

In addition, my script (in the properties of the form) is:

<script>
function resetMenu() {
document.getElementById('menu21').value = "";
document.getElementById('menu22').value = "";
}
</script>

In the additional attributes of menu 1 I trigger this function with:
onChange = resetMenu();
Category: RSForm! Pro
31 Dec 2013 15:02

stevent

I'm creating a form where people make a selection from menu 1, which will show a second menu, depending on the choice in menu 1. Then a third menu will show, depending on choice number 2.

It looks like this:

Menu 1
- - -|___ choice 1.1 -> Menu 2.1
- - - - - - - - - - - - - - - - - - |___ choice 2.1.1 -> menu 3.1.1
- - - - - - - - - - - - - - - - - - |___ choice 2.1.2-> menu 3.1.2

- - -|___choice 1.2-> Menu 2.2
- - - - - - - - - - - - - - -...
Category: RSForm! Pro
Displaying 661 - 675 out of 1614 results.