Message Text |
I have customised the suggestlink template for the field linktype because I have types that are not available to all members. I have also done them as radio buttons with the following code:
<input type="radio" name="type" value="regular" checked="checked"> Article / Review
<input type="radio" name="type" value="photo" > Photograph
<input type="radio" name="type" value="recip" > Reciprocal Link
<input type="radio" name="type" value="premium" > Premium Link (£5.50)
<input type="radio" name="type" value="note" > Classified Ad
This works perfectly, except when you click attach to attach a file it reverts back to the default. How can I get it so that if the submitter selects, say, photograph it retains that after they click attach? |