Heres the form ....

<cfform action="adduser_action.cfm" enctype="multipart/form-data">
                        <!--- Enter User Type--->
                        <tr>
                              <td colspan="3" valign="top" align="left">
                                    <font face="arial, Arial, Helvetica">
                                    <font size="2">
                                    <font color="#000080">
                                    <b>Please enter the User
Type.</b></font><br>
                                    This will be used to identify which
user type the user logs in under.
                                    </font>
                                    <p>
                                    <cfselect name="entered_team"
                                          size="1"
                                    message="Oops you have not selected a
User Type"
                                    query="q_password"
                                    value="roles"
                                          display="roles"
                                    required="Yes">
                                    </cfselect>
                                    </font>
                              </td>
                        </tr>
                        <!--- Enter User Name --->
                        <tr>
                              <td colspan="3" valign="top" align="left">
                                    <font face="arial, Arial, Helvetica">
                                    <font size="2">
                                    <font color="#000080">
                                    <b>Please enter the Users Name
(Firstname Surname).</b></font><br>
                                    This will be used to identify the user
when logged in.
                                    </font>
                                    <p>
                        <cfinput type="text"
                                          size="35"
                                          name="entered_user_name"
                                          required="yes"
                                          message="Oops you have left the
User Name field blank">
                                    </font>
                              </td>
                        </tr>
                        <!---  Enter Password --->
                        <tr>
                              <td colspan="3" valign="top" align="left">
                                    <font face="arial, Arial, Helvetica">
                                    <font size="2">
                                    <font color="#000080"><b>Please enter a
Password.</b>
                                    </font>
                                    <br>
                                    This should be the users chosen
password.
                                    </font>
                                    <p>
                                    <cfinput type="password"
                                          size="35"
                                          name="entered_password"
                                          required="yes"
                                          message="Oops you have left the
Password field blank">
                                    </font>
                              </td>
                        </tr>
                  </table>

                                    </td>
                      </tr>
                    </table><!--mstheme--><font face="arial, Arial,
Helvetica"><!--mstheme--></font></td>
                    <td valign="top" align="left" height="261"
width="8"><!--mstheme--><font face="arial, Arial,
Helvetica"><!--mstheme--></font></td>
                    <td valign="top" align="left" height="261"
width="4"><!--mstheme--><font face="arial, Arial, Helvetica"><img
                      border="0" src="images/boxside.gif" width="4"
height="275"><!--mstheme--></font></td>
                  </tr>
                  <tr>
                    <td valign="top" align="left" height="12" width="580"
                    colspan="5"><!--mstheme--><font face="arial, Arial,
Helvetica"><img border="0" src="images/botmlinw.gif" width="580"
height="12"><!--mstheme--></font></td>
                  </tr>
                </table><!--mstheme--><font face="arial, Arial, Helvetica">

                                    <p>
                                    <input type="submit" value="Submit to
database"><br>
                                    </cfform>

I need to be able to have a text input (next to the drop down - not in it)
that appears when the user selects Head Teacher. The text input will be
DFESNo

Regards - Paul




*************************************************************************************************
The information contained within this e-mail (and any attachment) sent by Birmingham 
City Council is confidential and may be legally privileged. It is intended only for 
the named recipient or entity to whom it is addressed. If you are not the intended 
recipient please accept our apologies and notify the sender immediately, or telephone 
+(44) 121 303 6666. Unauthorised access, use, disclosure, storage or copying is not 
permitted and may be unlawful. Any e-mail including its content may be monitored and 
used by Birmingham City Council for reasons of security and for monitoring internal 
compliance with the office policy on staff use. E-mail blocking software may also be 
used. Any views or opinions presented are solely those of the originator and do not 
necessarily represent those of Birmingham City Council. We cannot guarantee that this 
message or any attachment is virus free or has not been intercepted and amended.

*************************************************************************************************


-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to