<Actinic:Variable Name="InvoiceSeparateCheckStatus"/>
Does anyone know where I can change the value of the above variable from CHECKED to not checked.
I actually want it to read:
<input type="checkbox" name="SEPARATESHIP" value="YES" />
instead of:
<input type="checkbox" <Actinic:Variable Name="InvoiceSeparateCheckStatus"/> name="SEPARATESHIP" value="YES" />
but without removing the actinic variable.
On the other hand I could comment it out and put in the non-variable version. I just want to know where the variable can have it's value altered.
Mike
Does anyone know where I can change the value of the above variable from CHECKED to not checked.
I actually want it to read:
<input type="checkbox" name="SEPARATESHIP" value="YES" />
instead of:
<input type="checkbox" <Actinic:Variable Name="InvoiceSeparateCheckStatus"/> name="SEPARATESHIP" value="YES" />
but without removing the actinic variable.
On the other hand I could comment it out and put in the non-variable version. I just want to know where the variable can have it's value altered.
Mike
Comment