Hi,
following is the problem:
I have created an external form using types/views. But it is a simple html form with:
<form method="post" action="http://localhost/nwordpress/?page_id=36">
The page_id=36 is basically a page containing the gravity form. The post data of the form
is basically a set of chosen checkbox elements containing telephone numbers. Say an array element: contactnum[].
This array contactnum[] has to be passed to one of the elements of gravity forms to prepopulate it.
Any pointers appreciated.