| View previous topic :: View next topic |
| Author |
Message |
banjo Guest
|
Posted: Mon Sep 18, 2006 9:03 am Post subject: One more little problem |
|
|
I am still on my tryout period at the moment and have just a little problem before I go ahead and buy.
I get some email newsletter subscriptions via webforms in the following format..
email :'xxxxx@xxxxxxx.com'
I am having trouble working out how to extract the email address and getting the parser to ignore the ' and ' in the lines.
Have played around with regular expressions with little result.
I don't have the option of redesigning the forms as they are part of a proprietary package.
Any help would be appreciated. |
|
| Back to top |
|
 |
devicode Site Admin
Joined: 05 Mar 2005 Posts: 248
|
Posted: Tue Sep 26, 2006 10:13 am Post subject: |
|
|
You can setup a seperate autoresponder to handle that type of email addresses.
Send a copy of the email that you get from the web form. I will then be able to create the extraction rules. Send it to .
You can use a Script to extract the email address in the correct format that you need. First you would create an extractor for the email. Secondly, use the script to modify the extracted email address and remove the single quotes.
Keywords: vbscript |
|
| Back to top |
|
 |
|