I need to connect survey gizmo with MySQL through zapier.
I have to apply this functionality in Ruby on Rails application.
So i’m calling the survey Gizmo API in my code as
http://www.surveygizmo.com/s3/id/Survey-name?user_id=<%=current_user.id%>
I need to pass some params(user_id, category etc) from my app to the survey gizmo and pass it to MySQL and should save in the database.
So, how can I pass the params from my app to Survey Gizmo and to MySQL.
How can I pass dynamic params as hidden field
Please provide solution on above asap.
It looks like you posted this same question earlier. I answered it here:
https://community.surveygizmo.com/questions/question/passing-hidden-params-zapier/
I hope this answers your question!
×