Solved
Forum Discussion
5 Replies
- AdamKeever1Qrew CommanderTry this:
Navigate to your forms page and note the ID of the form of interest:
Hover over your native add record button on your table, right click, and select 'Copy link address':
Go to your dashboard settings and add a button and then select URL and paste the URL for the add record button:
In the above example, the '10' would be the form ID (dfid) of your form.
Then add this to the last part of the URL:
&dfid=10
------------------------------
Adam Keever
------------------------------- NigelHoQrew TraineeThank you Adam.
Works perfectly
------------------------------
Nigel Ho
------------------------------ - JamieBrownQrew TraineeI was assuming that this would be the same way to embed the form as a webpage directly on the dashboard, but that did not work. Is there anything different about using that URL for a dashboard URL button versus a Dashboard Webpage widget?
------------------------------
Jamie Brown
------------------------------- AustinKQrew CommanderIt should work fine, I just tested it. If you plan on embedding it like that you definitely want to add &ifv=0 to the end of the URL, that will make it embed the actual form instead of the entire page(table bar and all).
You used the exact same link?