Can you do this in RSD? - Post ID 264901

User 458539 Photo


Registered User
1,647 posts

Hello Forum

Is there a way to do this in RSD - I looked at the source code and its I don't get it.

Its the find a rep drop down and then nav to the page
http://thermalrite.com/idaho/

Thanks in advance!!

Byron
User 2815606 Photo


Registered User
55 posts

Hi Byron,

The drop down menu style that you want is not easily achievable in RSD at the moment. You would need to have CC Menu Builder I think, or a knowledge of html, css, and jquery.

However the style of menu is easily achievable with Foundation Framer.

I understand that there are additional content and improvements coming soon to RSD, so hang on in there and we may be lucky.

Regards,
David
User 458539 Photo


Registered User
1,647 posts

I was thinking that it could be done in RSD. Will experiment with menu builder. I haven't put 2 menus on a page before but I know it can be done.

Thanks!

User 2088758 Photo


Senior Advisor
3,121 posts

Hi Byron,

I have used these lots before. Have a look at this:

http://www.w3schools.com/tags/tag_select.asp

Just add an href to it so it can link to other pages.
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
User 188640 Photo


Registered User
895 posts

Byron,

If you have Web Form Builder you can do that in there. If I remember correctly you make a State field and in the options box you would select the 'Select a State' option.
A Rose is Just a Weed in a Corn Patch!
User 10077 Photo


Senior Advisor
1,096 posts

If I understand what you are wanting, you just want to be able to navigate to a page by using a select drop-down. There are others here with more knowledge about javascript, but I think it's all done with the one select box.

<select onchange="location = this.options[this.selectedIndex].value;">
<option value="[target url]">Visible Text</option>
</select>


To do this in RSD, add a drop-down element, give it a class and/or id and/or name if you want. After you export, add the onchange code and the options. Make sure you put the target URL as the value of each option.
ASK ME ANYTHING
I provide personalized help for Coffeecup Users including personal or group training for Site Designer, Web Form Builder and more via Zoom.
Email me at support@uscni.org or call 865-687-7698.

Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/
User 188640 Photo


Registered User
895 posts

When I posted before I was referring to 'building' the drop down itself. Then like Steve and Brian posted you would have to rework the code a little to do what you want the drop down to do. I was in a hurry and should have explained my post a little better.
A Rose is Just a Weed in a Corn Patch!
User 458539 Photo


Registered User
1,647 posts

Thanks guys - a few options here - very helpful!!!!!!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.