Closed cansavvy closed 11 months ago
get_google_form()
may need to be examined asform_info$title
contains NULL.
get_multiple_forms()
looks good to me.
This is a more universal problem that I want to address for all these functions #32
I'm thinking the solution should be 1) Make a specialized data class type to handle these data as well as a 2) set of handler functions. But this will be a much bigger set of work than will be done in this PR.
I agree that these are issues but I think they will take more to address than is the scope of this PR. For ease of addressing this I'm going to merge this and move on.
Purpose/implementation Section
What changes are being implemented in this Pull Request?
This is a set of functions that retrieve and get data from google forms.
Usage
Here's how these work. You can pass in a single URL or form id to a form and retrieve info:
You can extract multiple forms using
get_multiple_forms()
function