Then don't pay for it. Add those 5 extra lines of HTML code for the modal dialog.
Then build some administrative area to view these messages that get sent through your 5-extra-lines-contact-form.
Or build some simple(or not, depends on your needs) backend logic to mail the content of the form to your inbox in that case you might want to
- integrate with some SMTP-relay/Mail-server-api like Mailgun, Postmark, Mandrill or any other to insure delivery and what not.
- Or you could host your own mail server.
- Or authenticate with an account @gmail or any other and mail it through their SMTP server.
But really though, I am pretty sure it's geared more towards those with less technical experience than you and I or those with little time on hand to do anything more decent than putting a mailto link.
Then build some administrative area to view these messages that get sent through your 5-extra-lines-contact-form.
Or build some simple(or not, depends on your needs) backend logic to mail the content of the form to your inbox in that case you might want to
- integrate with some SMTP-relay/Mail-server-api like Mailgun, Postmark, Mandrill or any other to insure delivery and what not.
- Or you could host your own mail server.
- Or authenticate with an account @gmail or any other and mail it through their SMTP server.
But really though, I am pretty sure it's geared more towards those with less technical experience than you and I or those with little time on hand to do anything more decent than putting a mailto link.