I have a user who wants to add her team’s T&Cs to a monday form so suppliers can see and agree to them. The T&Cs are currently held in a Sharepoint site and will need to be a live document. Has anyone been able to share T&Cs on a Monday form and request users to accept them?
Hey @dburton4
Nachliel from Easyapps here
Our monday form builder app, Easyform, supports embedding iframs throughout the form, in each questions description. You can add a Status field with a single option “I accept the terms and conditions”, and in the question description add this iframe (you can use this as a templet and adjust to your needs):
<iframe
width="560" height="315"
src="LINK_TO_DOCUMENT"
frameborder="0" allowfullscreen>
</iframe>
Resulting in a form looking like this:
*You can host the document on google docs, and share it by going to file/ share/ publish to web/ Embed, and then add the width, hight, frameborder, and allowfullscreen to the iframe.
In addition to that, we offer:
-
URL Parameters - You can now pre-fill form fields with URL parameters when sharing or embedding the form. Read about this feature here.
-
Connected Boards
-
Upload files to your board’s file columns, while limitig number of files and there type
-
Set default values for the response item’s hidden group, status, connected board, and dropdown columns.
If you’re interested in creating styled forms that better match your brand and embed perfectly on your web page, you can check out our Monday.com app Easyform and our extensive documentation site.
You can set up a free demo here or contact us at support@easyappshq.com.
Here is an example of our form in action:
I hope this helps,
Nachliel