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
31 Dec 2013 13:27

hansvanlieshout

Please have you get an solution for your problem, i have the same issue.
Thanks,
Hans
Category: RSForm! Pro
30 Dec 2013 10:29

silviup

RSDirectory! includes both a map field and the Map radius search menu item, which can be used to implement a functionality similar to what you have described.

- Using the Map field, you can specify a location for an entry. You can read more on this topic here:

www.rsjoomla.com/support/documentation/v...article/978-map.html

- The Map radius search menu item allows you to select a location and specify a radius in which the component will search for entries (that have a location...
Category: RSDirectory!
30 Dec 2013 05:08

j.weeman

Hello. I'm wondering if RSForm Pro can automatically populate a series of text fields based on a value chosen in a drop-down field. For example, a drop-down field contains the names of businesses a company works with. When the name of "Company A" is chosen from the "company name" drop down menu, then the"Phone number", "Address", "City", "State" text fields are automatically populated with the pre-determined values corresponding to Company A. If the drop down value is changed to Company B,...
Category: RSForm! Pro
17 Dec 2013 23:45

mark78

Hi Gurus,

I am integrating rsEvent pro into my client's website. I followed the instructions for "Adding an event through the front side", but the Create an event page is not fully working. Could anyone suggest what I have done wrong? here is what I did:
1. I created a menu item with type = rsEvent pro -> create event
2. then I went to components -> rsEvent pro -> groups -> public, and changed the settings to like the image below


what I get is this...
Category: RSEvents!Pro
15 Dec 2013 02:32

bay.paul

Ok, found it. It's a module and not a menu item.

Thanks
Category: RSDirectory!
15 Dec 2013 02:23

bay.paul

Is there a RS Directory Menu item that takes you to an Advanced Search Fields. I want to be able to search by multiple fields.

Search Example:

Red Cars >> In Detroit >> 4-Wheel Drive >> more than 100,000 miles

Kind of like a search wizard.

How do you do this.

Thanks, and glad you all came out with this extension.
Category: RSDirectory!
13 Dec 2013 08:18

adrianp

Hello,

@jeffhoneyager:

1. When creating an entry you can pre-define availability period. This can be set to expire after a couple of days since it was published(for example), or you can set multiple periods and let the user choose from these(having multiple periods to choose from can also have different credit costs).

2. We will consider adding this in the future revisions. For now only 4 emails can be triggered, these are explained here:...
Category: RSDirectory!
12 Dec 2013 12:43

ppo

Hello community.
I have a simple form with next fields:
- textarea for entering digits,
- dropdown menu for select Yes or No.
I've found this useful link which describes how to calculate sum of digits in several submitted forms. And I've stuck here due several reason:
1) the result is calculating by complex formula with a lot of arithmetic operations, so I'd like to use variables to simplify the main formula and make a part of calculations in variables. For example:
total = 10 * $time
time =...
Category: RSForm! Pro
06 Dec 2013 03:05

skiersynergy

Create a thank you article and menu item and then use the following script called after form has been processed.

$app = JFactory::getApplication();
$app->logout( $user_id );
$app->redirect('your-thank-you-item-link-here.com');


This will log out the user and then redirect to the thank you page.
Category: RSForm! Pro
04 Dec 2013 15:39

bixinau@gmail.com

Hi,
I am making a menu for a table, I created about 60 fields (checkboxes) and its fields for the quantity (dropdown) but only 12 are published and the remaining are unpublished to avoid rewrite the menu every time. But when I send the form in PDF are written even unpublished fields with code {field}. Can you help me?
Category: RSForm! Pro
02 Dec 2013 20:53

benclintz

@ octavian unfortunately the code gives the title of the page that the form is placed in/
i am also looking for a similar thing
Category: RSForm! Pro
02 Dec 2013 16:07

slewis1972

Hi

Instead of a search box, I was wondering if I can create a link in say a menu to a search criteria so that it just brings up those items eg

One of my fields has comments that include, left, right or both. So I want to create a url that will bring back all entry's that have say "left" in.

Any ideas if possible?
Category: RSForm! Pro
02 Dec 2013 14:58

markus.thurner

$formLayout = str_replace('[','',$formLayout);
$formLayout = str_replace(']','',$formLayout);

this did the job :-) so i got no [] in the generated link (Scripts -> PHP Scripts ( $formLayout))

and called the value with this (dropdown menu!) on the next form

//<code>

$options = array('Dezember', 'Jänner', 'Februar', 'März', 'April');

$selected_option = JRequest::getVar('formmonat');

$items = "|
\n";

foreach ($options as $options_item) {
$items .= $options_item."|".$options_item;

if...
Category: RSForm! Pro
02 Dec 2013 11:21

adrianp

Hello,

With RSForm!Pro, when listing submissions, the menu item used to list submissions can be set to only show the logged in user's submissions only for that particular form.

The newest RSForm!Pro revision also comes with a Manage Directories feature, which is used to allow editing the submitted information from the frontend area(this can also be setup to only show the logged in user's submissions).

In your case, since you want to update the submitted information for a particular user,...
Category: RSForm! Pro
26 Nov 2013 11:52

adrianp

Hello,

Since you are also getting the user's ID from the database, you can try using the following approach:

- a script will be needed within the "Scripts called on form process area" that will update the "#__rsform_submissions" table based on the user ID from the dropdown's selection for that submission.

More information on the RSForm!Pro PHP scripting areas can be found here:

www.rsjoomla.com/support/documentation/v...602-php-scripts.html

- you can use the "Directory...
Category: RSForm! Pro
Displaying 676 - 690 out of 1614 results.