If yes, how would it look. :)

<cfif NOT isDefined("Form.Fieldnames")>
<cfset Fieldnames = "CCType,CCNumber,CCID,CCMonth,CCYear,CCExpire">
<cfloop list="#Fieldnames#" index="i">
<cfset Form[i] = "">
</cfloop>
</cfif>

Thanks Che
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to