distributev / gmail-wordpress-mailchimp-integration

Build a Gmail contextual gadget similar (but much simpler) to - https://solve360.com/new/solve360-and-gmail-hook-up/
MIT License
0 stars 0 forks source link

Gadget Helper.gs (email parameter should be sent to wordpress) #2

Open distributev opened 8 years ago

distributev commented 8 years ago

In the function getwpContact(email) the email argument it's not used in the function.

This argument should be sent (and should be accessible) on the Wordpress endpoint.

mdkass commented 8 years ago

OK I'll fix it soon.

mdkass commented 8 years ago

Fixed

distributev commented 8 years ago

You updated only the gadget code to pass the argument.

Please update also the PHP code and display / show on console the passed argument (so I can see it's value it's accessible on Wordpress / PHP)

mdkass commented 8 years ago

I added another temporary email field after the contact fields like this: http://mdkass.ispa-sa.com/contact/mdkass@gmail.com Is that acceptable? just try to change the email and see the results

distributev commented 8 years ago

Show me the PHP code which is reading this email argument. I need this argument to be accessible in the wordpress endpoint.

mdkass commented 8 years ago

Done.

distributev commented 8 years ago

I need to test myself and close if appropriate.