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

Hey all, sorry if in wrong thread.

 

Looking to do a dynamic form, i know java and ajax are used but they really confused the buggery out of me!!

Hate it ...

 

So i was wondering what's the simplest way to be done.

<form id="form3" name="form3" method="post" action="">
						<label for="name" class="text1">Name</label>
						<br />
						  <input name="name" type="text" class="input1" id="name" size="30" />
						</p>
						<p>
						  <label for="email" class="text1">Email</label>
						<br />
						  <input name="email" type="text" class="input1" id="email" size="30" />
						  <br />
						  <label for="email2" class="text1">Verify Email</label>
					  <br />
							<input name="email2" type="text" class="input1" id="email2" size="30" />
							<label for="memberyesno" class="text1"></label>
							<br />
							<label for="allreadymember" class="text1">Member Name</label>
							(Needed for faster Response)<br />
							<input name="allreadymember" type="text" class="input1" id="allreadymember" size="30" />
							<br />
							<label for="reason" class="text1">Reason<br />
						  </label>
							<select name="reason" class="input1" id="reason">
							  <option selected="selected">Choose One</option>
							  <option value="How Do I?">How Do I?</option>
							  <option value="Moderator">Become a Moderator</option>
							  <option>Forgotten Password</option>
							  <option value="Abusive Member">Abuse From another Member</option>
							</select>
							<br />
							<label for="comment" class="text1">Comment<br />
							</label>
							<textarea name="comment" cols="50" rows="5" class="input1" id="comment"></textarea>
						</p>
					  </form>

 

Thats my form code.

 

I want to make it so when the user is a registered member they tick a tickbox and a textfield appears so they can put there member names in it.

 

Ive researched code and it just confuses me!

 

Much Help is appreciated!

 

Ben

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.