Originally posted by acoder
Wow can't believe it was so simple! THANK YOU THANK YOU, YOUR AWESOME!!! If you don't mind me asking just one more question. Ok i been running into a problem where if someone does not fill out a field it doesn't show the field at all. It will show the name next to the field, but the field itself no an was wondering how would i make the field still show up even with a value applied to the field.
Example
Code:
<input type="text" name="serialnum_' + count + '" value="#pka_serialNo#">
Code:
<cfparam name="Form.pka_serialNo" default="">
Thank you again,
Rach
Comment