frozenpeas
i have captured the variable in flash. But don’t know what to place in the send button to make it work with my cgi script.
Plus the cgi code I have is a pre-made one. I downloaded it, called formmail.pl
I don’t know what I must change in there to make it work with my form. Don’t I need to fill in the part between ‘’ for each field below? Or at least the fields I am using in my form?
# Define the configuration associative array. #
%Config = ('recipient','', 'subject','',
'email','', 'realname','',
'redirect','', 'bgcolor','',
'background','', 'link_color','',
'vlink_color','', 'text_color','',
'alink_color','', 'title','',
'sort','', 'print_config','',
'required','', 'env_report','',
'return_link_title','', 'return_link_url','',
'print_blank_fields','', 'missing_fields_redirect','');