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: show hide
16 Mar 2016 02:02

wxkeep

Is it possible to build a form that only shows one question at a time? And, as each question is answered, the next question is displayed?

I know I can use conditionals to show the next question as the first question is asked. But I'm not sure how I would hide the current question.

For example.

Form only shows question 1.
User answers question 1.
Question 1 is hidden.
Question 2 is displayed.
User answers question 2.
Question 2 is hidden.
Question 3 is displayed.

Etc.

And, finally, how...
Category: RSForm! Pro
09 Mar 2016 13:14

cristian.rossato

HI,
1) is it possible to hide the field over the calendar (see picture)? How?
2) Can I keep the month fix?
3) Can I change the calendar template?
4) Is there system to show a time field?


Thanks.
Category: RSForm! Pro
18 Feb 2016 13:54

adrianp

Hello,

Depending on your scenario, you can try:

- a JavaScript approach similar to this article.

- the RSForm!Pro conditional fields feature that can be used to show/hide form elements based on user choices (this does imply you create and use multiple dropdowns).
Category: RSForm! Pro
12 Jan 2016 15:50

marco.bonizzoni

ok! now work i create a hide field with the name "counter".

Thank you
Category: RSForm! Pro
08 Jan 2016 16:18

admin874

FAQ
Hallo

I would like....

FAQ hide in Dashboard
Show FAQ only for registered members
.......how can I do that

Thanks for Help
Category: RSTickets!Pro
08 Jan 2016 14:29

loneildo

I try to use this script, but ok to call it in form?

<script type="text/javascript" src="jquery.ziptastic.js"></script>
<script type="text/javascript">(function($) {
$(function() {
var duration = 500;
var elements = {
country: $('#country'),
city: $('#city'),
zip: $('#zipcode')
}
// Initially hide the city/state/zip
elements.country.parent().hide();
elements.state.parent().hide();
elements.state_short.parent().hide();
elements.city.parent().hide();
// Initialize the ziptastic and bind to the...
Category: RSForm! Pro
04 Jan 2016 07:16

maorcg

Hi and thank you for the help!

I'm sure people ask how to do it many times but i cant get it to work with my joomla template so i need help please

My website is:
Part of the message is hidden for the guests. Please log in or register to see it.

and i try to change the form (see before) layout from to (see after):


what code do i need to use?
and if it possible i will like to have sample inside the white box like full name box will show John doe
{error}
<!-- Do not remove this ID, it is used to identify...
Category: RSForm! Pro
23 Dec 2015 04:16

linkspot

Hello !
I've found several forum posts and articles in the documentation about clearing conditional fields when a new selection is made in a certain field, however i am a very beginner coding and i can not make it work.

My form is:
choose a product
Conditional radio group
YES (show dropdown)
NO (hide dropdown)
dropdown:
Choose product
product 1 [p+1]
product 2 [p+2]
product 3 [p+3]

Total: 2

However, it does not clear the values when i choose radio: NO .
I have this scrip in in Scripts called on form...
Category: RSForm! Pro
15 Dec 2015 14:16

beth.ray

I have a form where the submitter enters their info.

Depending on whether they say they're in the USA or Canada, I want them to be redirected to a different second form.

I have this in the return URL, but don't see how to change it depending on the info received (i.e. forward to form 18 or 19)

liuna1089.ca/administrator/index.php?opt...rsform&formId=18form[ContactName]={ContactName:value}&form[member]={member:value}&form[LastName]={LastName:value}&form[business]={business:value}&form[Position]={Position:value}&form[address]...
Category: RSForm! Pro
13 Dec 2015 14:28

kees.de.goeijer

Hello Alex,

Yes I will give you: Part of the message is hidden for the guests. Please log in or register to see it.


Kees
Category: RSMediaGallery!
13 Dec 2015 07:01

nafise

hello,
I have a form with article above it.I want to hide the article after click the submit button and only show thank you message.
Category: RSForm! Pro
06 Dec 2015 00:19

eero

16 Oct 2015 22:50

sales8542

To keep certain fields from showing on front-end:

Go to: Components > RSDirectory > Forms > (Your-Form-That-You-Want-To-Hide-Fields) > Layouts Tab

Look at the options on that forms layout:

Use description template = Select "Yes"

Then simply do not include the placeholders of the fields you want kept private in the template. Only placeholders that you have included in the template will show on the front-end.
Category: RSDirectory!
13 Oct 2015 07:11

alexp

You can try to implement this by adding multiple fields to your form and display them based on the selected option. You can use the RSForm!Pro Conditional Fields functionality for the show / hide part.
Category: RSForm! Pro
12 Oct 2015 20:19

STRAK

Well, I thought that fixed it. Problem, if you turn off the contact us in the Layouts then it de-activates the link on the button. If you activate it and then use the code I showed above then both appear in the listing and both work.

Anyone know how to hide it easily?
By that I mean hide the original one that appears above the listing.
Category: RSDirectory!
Displaying 106 - 120 out of 404 results.