View Single Post
Old 04-18-2005, 01:46 PM   #1
chris33
Green Mole
 
Join Date: Apr 2005
Posts: 5
How can I re-name name="option"?

I am trying to integrate PhphDig into another site that also uses the word "option" as a variable for loading content.

This means that the PhpDig radio buttons that are coded like this:

<input type="radio" class='phpdiginputradio' name="option" value="start" checked="checked"/>

cause my host site to through an error... Is there an easy way to re-name "option"? Just "optionx" would be fine.

thanks for any help...
chris33 is offline   Reply With Quote