Hola all, here is a easy one for you all. I have an input box that has the value of Price A (See Below). When submitted to our CMS, the output is:
Series1 PriceA Price A
All I want to output is the 'Series1 PriceA'.
Is there any way to do this without Java or CSS?
<input readonly="readonly" align="middle" size="10" border="0" name="unmform_Series1_PriceA" value="Price A" />
Thanks Everyone!!!!
Series1 PriceA Price A
All I want to output is the 'Series1 PriceA'.
Is there any way to do this without Java or CSS?
<input readonly="readonly" align="middle" size="10" border="0" name="unmform_Series1_PriceA" value="Price A" />
Thanks Everyone!!!!