Template:Contact: Difference between revisions

From WikiMSK

No edit summary
No edit summary
Line 7: Line 7:
</html>
</html>
<div class="container-contact">
<div class="container-contact">
<_form action="email" id="contactform" messageonsuccess="Thank you for your message." recaptcha-v3-action="contactform">
<_form action="email" id="contactform" messageonsuccess="Thank you for your message." recaptcha-v3-action="contactform" restrictions="lifted">
<_email template="MediaWiki:FlexForm_mail_template"></_email>
<_email template="MediaWiki:FlexForm_mail_template"></_email>
<_label for="name">Name</_label>
<_label for="name">Name</_label>

Revision as of 17:18, 2 May 2022

<_form action="email" id="contactform" messageonsuccess="Thank you for your message." recaptcha-v3-action="contactform" restrictions="lifted"> <_email template="MediaWiki:FlexForm_mail_template"></_email> <_label for="name">Name</_label> <_input type="text" id="name" name="name" required="required" placeholder="Your name.."/> <_label for="email">Email</_label> <_input type="text" id="email" name="email" required="required" placeholder="Your email.."/> <_label for="subject">Subject</_label> <_input type="text" id="subject" name="subject" placeholder="Your subject.."/> <_label for="message">Message</_label> <_input type="textarea" rows="10" id="message" name="message" required="required" placeholder="Your message.."/> <_input type="submit" value="Submit"/> </_form>