@matt
I know they are, but (maybe it is strange in todays web-dev world) I want to write it by myself. I want to know, how it works and if WordPress has proper API methods which could help me in it 😉
I’ve found wp_get_theme() method so probably i’m on good path now. I hope so.
Hi,
thanks for reply. I’ve just back to that project and trying to set something like this:
on_sent_ok: "alert('yo!');"
…but even so simple code doesn’t work. Form submits correctly for sure – i got a proper message and also got an email for a user. What else can be wrong?