Tuesday, March 24, 2015

Submit HTML form using content editor webpart

This is a nice article about custom HTML forms in CWEP

http://sadomovalex.blogspot.co.uk/2011/01/submit-html-form-using-content-editor.html

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...