Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improvement #10

Open
zuperninja opened this issue Mar 12, 2018 · 4 comments
Open

Improvement #10

zuperninja opened this issue Mar 12, 2018 · 4 comments
Assignees

Comments

@zuperninja
Copy link
Owner

mmistakes/minimal-mistakes#1303

mmistakes/minimal-mistakes#1461

@zuperninja
Copy link
Owner Author

@zuperninja
Copy link
Owner Author

@zuperninja zuperninja self-assigned this Apr 10, 2018
@zuperninja
Copy link
Owner Author

zuperninja commented May 1, 2018

Formulaire de contact

Sur ma page contact je voulais un beau formulaire tout simple pour que je puisse recevoir les messages des visiteurs.

Comme j'ai pas accès au php sur github, il faut que j'utilise autre chose.

Au début j'ai utilisé framaform, je sais pas pourquoi mais ça buguait et c'était trop chargé avec le iframe.
Et après j'ai trouvé dans la documentation de minimal mistakes le formulaire Formspree. Spoiler alert : c'est de la balle !
Facile à installer, ça marche tout seul, je reçois les mails directs, la présentation est clair. Et je pense même que je peux modifier le css du formulaire via mon repo.

https://formspree.io/

Tout a fait possible de mettre du css en rentrant direct dans le html du formulaire en rajoutant style="" ou mieux encore en utilisant les class du thème:

<form method="POST" action="https://formspree.io/annecamille.gilbert@gmail.com" style="background: transparent; border:none; margin:0; padding:0;">
  <input name="_subject" value="Formulaire de contact ZuperNinja" type="hidden">
  <input name="email" placeholder="Your email" class="notice--info" style="margin: 0 0 !important;" type="email">
  <textarea name="message" placeholder="Your message" class="notice--info" rows="15" cols="40"></textarea>
  <button type="submit" class="btn btn--warning">SEND</button>
</form>

image

@zuperninja zuperninja added the post label May 1, 2018
@zuperninja
Copy link
Owner Author

bouton paypal = gift economy
changer navigation

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant