EvanAgee / vuejs-wordpress-theme-starter

A WordPress theme with the guts ripped out and replaced with Vue.
https://vuewp.com/
1.6k stars 281 forks source link

Contact Us Form #44

Closed r29taheri closed 5 years ago

r29taheri commented 5 years ago

Hi How can I create contact us form with rest API?

EvanAgee commented 5 years ago

There are quite a few ways you could approach this. The simplest would be to embed the form in your page/post via WordPress. That

code would be passed through to the REST api and thus rendered on the front-end. Granted I've never tried this approach but offhand I can't think of a reason it wouldn't work.