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...
|