Jon Bake
Jon Bake
> Actually, nevermind, I have no idea what's going on, some users can sign in, some can't. I took this as it was an issue on your end. Is this...
Yes, this is possible. Sounds like a good idea. I'll try to get to it sometime this week.
Hmm... As long as you copied everything within the `form` tag in _index.html_ to the modal body, it should work. Are there any errors in the console? If you open...
If you go to the Network tab, is it actually making a request on Submit? If this is publicly available on the web, email me at [email protected] and we'll get...
Looks to be an issue with setup. Please provide more information, specifically what the response looks like from the POST to sendmail.
Who's your hosting provider? Might be the same issue as https://github.com/jonmbake/bootstrap3-contact-form/issues/24. The message, `Cannot read property 'message' of undefined` usually means valid JSON was not returned in the response. I...
The green rectangle indicates the POST request was successful: https://github.com/jonmbake/bootstrap3-contact-form/blob/master/assets/js/contact-form.js#L78. The sendMail script must be returning a 2XX status, but still failing to send for some reason.
@Salamandar Feel free to open a PR.
The terminal styling is currently imported: https://github.com/jonmbake/react-terminal-ui/blob/master/src/index.tsx#L4. Currently there is not a great way to override the style that was imported. In order to allow style overrides, I think we'd...
Hi @majodu. Feel to submit a PR.