- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Add parameters to meetings link
SOLVEDec 2, 2019 3:09 AM
Hi,
I'm loading a meeting link inside a WebView in my mobile applications as a step of registration process.
Since the app knows user's email and names, is it possible to pass them to the meeting link as url params and be prepopulated on first load?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions
Dec 2, 2019 3:50 AM
Hi @futurist-labs,
I've done some testing with this in the past and providing you include the appropriate parameters the meeting form will prepopulate accordingly. For instance check this link out and notice how the values are pre-populated.
Let me know if you've any questions.
Best,
Jack
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Nov 18, 2020 7:54 AM
Hi @jareksk,
If you navigate to the property within the settings of your portal you should be able to view the "internal name" of the property. More information on this can be found here. I can't say for certain but if you've a property called "My question" the internal name is likely to be "my_question". See an example of a custom property I created in my portal:
You therefore would include the internal name of the property in the query string of the URL. In this instance "?my_question=XYZ".
You can see it in action by clicking the link below - I've setup an example form:
In the above you will see "my_question" is included as a parameter and the value you wish to insert into the field is included. You will notice the presence of "%20" this is indicative of a space in their question. URLs cannot contain spaces but of course a question someone asks will! So you represent those spaces using "%20". It's a concept known as URL Encoding.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content