The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hey all, I've created a form to solicit website feedback.I will place it in our CMS on *every* article we run - thousands and thousands of pieces of content. I want to auto fill in one field ('sourceurl') with my own javascript snippet, which works, ...
Hi! I’m trying to figure out how to ‘get’ the url of the page my form is on.
I’m deploying an embedded airtable form into hundreds of articles (We run a news site). I can not manually put the url in.
Most forms will tell you ‘where’ a user filled it ...
Thank you! I'm still plugging away at this.The iframe wouldn't work because the form is on hundreds of pages, all with different urls; the iframe prefill would only work if it was always the same prefill. Does that make sense?For example, I have one ...
Hi Adam - I'm trying to use javascript to put the page url into a hidden form field.But I can't target the form field because Airtable uses dynamic IDs for the inputs LOL. I've been through enterprise support - it took over a month to get a definitiv...
Sadly, I've hit another snag! the form input IDs are dynamically generated it seems so I can't use my javascript, which targets the element by an ID.var urlField = document.getElementById("WHAT GOES HERE?").value;
var aflinkfill = document.URL;
urlFi...
Thank you for this!
Basically, you and he are suggesting I can just use my jQuery code to get the url & put it in the embedded form, so I don’t have to recode my own form in HTML?
Hey Adam, this is a good point actually; I’m wondering if I can just make a simple HTML form and connect it to Airtable, skipping the Airtable form entirely? I have to look into the Airtable API a little more closely.
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.