Jump to content

PHP in chrome extension


marc254

Recommended Posts

Hello Everyone

 

I am woking on a chrome extension and I would like to make a feedback form in for user to send directly feeback to a given email. I can't save my main page as .php so I inserted the form via an iframe from an external page. Something like that:

<iframe src="feedback.php" width="100%" height="100%" frameborder="0"></iframe>

It is still not working. When I open the extension it displays the full code instead of the form.

Do you know how to use php code in chrome extension?

 

Thank you

Regards

Link to comment
Share on other sites

You could make the extension submit data to a mail form on your own website if you have one, but then you'll need to make sure your website is always available for the extension to use. Your mail form would also be open for anybody else to use as well.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...