Post your project for free and start receiving proposals from freelancers within minutes after publication!
[PHP] Creating GOOGLE forms through GOOGLE API
Need to create Google Forms via API
We need to be able to enter a title, description (with the ability to enter text and hyperlink simultaneously and separately) in the description
We need a PHP script that, when executed, displays a form where we can enter a title in the Input field
and a description and hyperlink in the textarea, upon form submission by clicking a button, a second PHP script is triggered to process this data and create a form, and provide a link to this form using a simple echo $url;
or an error and its description
We need to be able to enter a title, description (with the ability to enter text and hyperlink simultaneously and separately) in the description
We need a PHP script that, when executed, displays a form where we can enter a title in the Input field
and a description and hyperlink in the textarea, upon form submission by clicking a button, a second PHP script is triggered to process this data and create a form, and provide a link to this form using a simple echo $url;
or an error and its description