Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Dynamic Forms

Featured Replies

I'm trying to restructure my contact us form, it used to have radio buttons with a Javascript in the head section of the page. I want to change the selection from radio buttons to a drop down section but I cannot seem to change the code to reflect the change. The code I have now is similar to:

 

<input type="radio" name="form_type" value="easy"
 onclick="switchDiv('ez');">Easy Example Form

 

 

Which is the best way to put this code into this:

 

<label for='service'>Which service do you require?</label><br />
<select name="service">
<option selected="selected" style="border:1px solid #fff;">Please Select</option>
<option value="ex" style="border:1px solid #fff;">Example</option>
<option value="ex 2" style="border:1px solid #fff;">Example 2</option>
<option value="ex 3" style="border:1px solid #fff;">Example 3</option>
</select>

 

Thanks in advance!

Edited by Sam G
added [code] tags

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.