Using ZC form (with dynamically generated url parameters) on NING

Using ZC form (with dynamically generated url parameters) on NING


Hi Team
Ticket ID: 1745299
Subject:Trying to integrate ZC form (with url parameterswitn NING (Community page)

I am trying to integrate ZC form into a NINGpage.
This is a three part process

  1. WebForm 1 -Basic ZC contact form embedded on client page -
    • with predefined field values
    • passed as static url parameters
    • Works good, no problem here
  2. Form submit > initates an email with a link to Webform 2
    • Email is passed as parameter
    • url parameter is generated based on the user-email in webform 2
    • URL is getting generated correctly, 
    • No problem here.

  3. This dynamically generated url for webform 2 is mailed to the client
    • Direct link to Webform2 (creator.zoho.com/user/appname/formurl is correct
    • But we cannot share the creator url with client
    • So, we need to embed the form within a webpage - created using NING
    • This is a dynamic url (esp when parameter email is based on user submission)
    • So, we cannot use iframe to embed as a static url
    • Here is the problem
      • the client sees Ning url in the browser
      • We would want to pass the email as parameter into ning page
      • NING page allows us to use custom script 
      • Using the custom script, we would need to obtain the url-parameter-email's value
      • and.. then... add it to the embedded iframe src
I am not even sure if this possible
the idea is to show the ning url in browser, and at the same time,
load the zc webform 2 (with user's email) in the embedded iframe

Looking for/at workarounds, ideas, ning API all at tonce

Any ning users out there, your inputs are greatly appreciated