Copying and pasting a line of code may not be the end of the task and I'm trying to avoid having to do the work for you as I only have limited time available to support NB Store and most/all of that is dedicated to the v3 redevelopment currently underway.
If you can figure it out yourself, and you know how you are creating the pupil field option already, then what you are doing here is making the second option be the same as the first option in that template.
I can see your template is modified, but regardless, the tag for the first option input field is this:
[TAG:OPTIONTEXT1:<prop CssClass="MessageField NormalTextBox" type="TextBox" height="15" width="140" />]
Therefore the tag for your second option input field will need to be this:
[TAG:OPTIONTEXT2:<prop CssClass="MessageField NormalTextBox" type="TextBox" height="15" width="140" />]
The only difference is the '2'
Replace the second option field tag with that and try it out. Keep a backup of your existing template in case it stuffs up.
That doesn't cover the field label which you'll need to put in somewhere, nor validation, which I can also see in your pasted code - but you mentioned don't want that so just leave it off.
Regards
Rob
If you can figure it out yourself, and you know how you are creating the pupil field option already, then what you are doing here is making the second option be the same as the first option in that template.
I can see your template is modified, but regardless, the tag for the first option input field is this:
[TAG:OPTIONTEXT1:<prop CssClass="MessageField NormalTextBox" type="TextBox" height="15" width="140" />]
Therefore the tag for your second option input field will need to be this:
[TAG:OPTIONTEXT2:<prop CssClass="MessageField NormalTextBox" type="TextBox" height="15" width="140" />]
The only difference is the '2'
Replace the second option field tag with that and try it out. Keep a backup of your existing template in case it stuffs up.
That doesn't cover the field label which you'll need to put in somewhere, nor validation, which I can also see in your pasted code - but you mentioned don't want that so just leave it off.
Regards
Rob