Actually, an array of them from someone new to CF4.5...

I'm creating a form with a simple Input.. that portion is easy & smooth, as 
is the search of it, etc.. however, the two tricks I need to integrate:

(1) after it posts the form, I'd like to use the CFMAIL attribute to send 
the user mail, and I'd also like it to run a CFExecute to integrate the 
account into a local mail server; the basic format I'm looking at is

<CFFORM action="post.cfm" method="post"> (simple portion)

But I'd like, within post.cfm to execute all of the above commands, ie: 
<CFINPUT (simple)> then <CFMail form.email etc. etc.> then <CFEXECUTE 
name="c:\prog\prog.exe" arguments="-add #form.lplate# -pass 
#form.password#> etc.

I'd like all of these to "pull off" on the post; and then have that page 
refresh to a "thanks for joining" type page.. am I on the right track?

And

(2) within the form, we have two fields that need to be exactly the same 
(password) is there a simple grouping on this that I'm not seeing in the 
manuals for verification?

(pardon the simpleness of most of this, just learning CF :)

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to