Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UCommWebforms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
UCommWebforms
Commits
516c2378
Commit
516c2378
authored
Oct 5, 2010
by
Seth Meranda
Browse files
Options
Downloads
Patches
Plain Diff
update markup for radio buttons, fix validation error.
parent
18837278
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
www/physics/ribbon_cutting2010/index.php
+9
-12
9 additions, 12 deletions
www/physics/ribbon_cutting2010/index.php
with
9 additions
and
12 deletions
www/physics/ribbon_cutting2010/index.php
+
9
−
12
View file @
516c2378
...
...
@@ -169,10 +169,7 @@ if (!empty($_POST)) {
<li><label
for=
"phone"
class=
"element"
><span
class=
"required"
>
*
</span>
Phone Number
<span
class=
"helper"
>
Format: 402-555-1234
</span></label><div
class=
"element"
><input
id=
"phone"
name=
"phone"
type=
"text"
class=
"required-entry validate-phone"
/></div></li>
<li><label
for=
"video"
class=
"element"
>
Youtube URL
<span
class=
"helper"
>
Highly recommended.
</span></label><div
class=
"element"
><input
id=
"video"
name=
"video"
type=
"text"
/></div></li>
<li>
<label
class=
"element"
>
You are a:
</label>
<div
class=
"element"
>
<fieldset><legend>
You are a
</legend>
<ol>
<li><input
name=
"type"
value=
"UNL student"
type=
"radio"
id=
"unlstudent"
/><label
for=
"unlstudent"
>
UNL student
</label></li>
<li><input
name=
"type"
value=
"High school student"
type=
"radio"
id=
"hsstudent"
/><label
for=
"hsstudent"
>
High school student
</label></li>
...
...
@@ -180,15 +177,15 @@ if (!empty($_POST)) {
<li><input
name=
"type"
value=
"UNL Alum"
type=
"radio"
id=
"alum"
/><label
for=
"alum"
>
UNL Alum
</label></li>
<li><input
name=
"type"
value=
"Other"
type=
"radio"
id=
"other"
/><label
for=
"other"
>
Other
</label></li>
</ol>
</
div
>
</
fieldset
>
</li>
<li>
<label
for=
"proposal"
class=
"element"
>
<span
class=
"required"
>
*
</span>
Describe your proposal for using physics for the
official opening of Jorgensen Hall
(500 word limit)
:
Describe your proposal for using physics for the
ribbon-cutting
<span
class=
"helper"
>
(500 word limit)
</span>
</label>
<div
class=
"element"
>
<textarea
id=
"proposal"
name=
"proposal"
rows=
"10"
class=
"required-entry"
></textarea>
<textarea
id=
"proposal"
name=
"proposal"
rows=
"10"
cols=
"1"
class=
"required-entry"
></textarea>
</div>
</li>
</ol>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment