Embed form in email in Rails 3 -
i want collect feedback through emails. thinking of embedding feedback form in email user can fill , submit. upon submitting, form post data application can process data.
please suggest how can done or there other way can achieve this.
note: thought embedding google form in app can't figure out how can done. also, application private, so, can't exposed public.
you can -- write html form in body of email, configured post route of rails app. depending on audience may not idea. many email clients don't display inline forms correctly, , it's hard client side validation. linking google form better idea if can't make rails form public.
Comments
Post a Comment