LijaHarris
3 years agoQrew Cadet
Required Field in Code Page HTML/javascript
I have created a code page with HTML and Javascript. I have the following field that is required in the QuickBase form itself:
However, I would like this to translate to the code page:
<tr><td style="font-family: Sans-serif;" class=m>Contractor Business Name:*</td>
<td class=m><input type=text size=40 name=_fid_6 ></td></tr>
How do I make the field in the code page required? or will that kind of functionality need to happen in the javascript. If so, how?
Thank you so much!
------------------------------
Lija Harris
------------------------------
However, I would like this to translate to the code page:
<tr><td style="font-family: Sans-serif;" class=m>Contractor Business Name:*</td>
<td class=m><input type=text size=40 name=_fid_6 ></td></tr>
How do I make the field in the code page required? or will that kind of functionality need to happen in the javascript. If so, how?
Thank you so much!
------------------------------
Lija Harris
------------------------------