If I link to the following in our site(site and querystring values have been removed),
http://oursite.com/Survey.aspx?v1=17...ame&v4=company &v5=other data&v6=20
it will create a new response record for the given survey, saving the querystring values as hidden fields. Is it possible to do the same thing with the API from our application and get the new response id?
Also, is it possible to create a new survey with several default questions added and get the new survey id?
thanks in advance.