Can you do this in RSD? - Post ID 264817
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
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
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
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
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!
Thanks!
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.
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
Steve Kolish
www.misterwebguy.com
YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
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.
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!
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.
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.
<select onchange="location = this.options[this.selectedIndex].value;">
<option value="[target url]">Visible Text</option>
</select>
<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/
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/
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!
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.