|
↑ Forms >>> Extract Email. Visitors sometimes include their email address inside the message field when they fill out forms. To deal with this, this script parses through the string and uses a Regular Expression to find then return a comma-separated list of the valid email addresses it finds. (For this demo, enter some text in the box and then click out of the field. If you includedone or more valid email addresses, they will be displayed in the Email field below the box.) Add the below code to the <body> section of your page:
Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).
→ https://procarswoking.com/ |