I’m new to using forms. I created a form that is pulling properties from a Custom Object and published it. I can see that there’s a form link or that you can publish it to your website. What I’d like to do is have this form linked to a Custom Object Record and when it is submitted those properties are populated. This seems pretty straight forward but I can’t figure out how to do this. Any help is appreciated.
@LWest0 my previous agency implemented a solution where a property in the left sidebar of the ticket record was a link to a form and when submitted, the ticket properties were updated. This required a developer to configure and couldn’t be configured on the front-end without code.
There might be a solution that would work without code, especially since things are changing all the time, but my recommendation would be to start with a developer to see if they can help you.
Thanks so much for the reply! Ahhh seems so strange that there’s not an out of the box solution for this when you can pull in the properties - like why wouldn’t they just populate them? Seems strange but thanks for the idea I wonder if something has changed since then.
@LWest0 I’m confused, if the form is configured with properties for the custom object, when the form is submitted, the record should be updated and those property values should be displayed on the record.
It sounds like maybe something isn’t configured correctly - I thought you wanted the form submission itself to be visible from the record, not that the properties weren’t updating.
Thanks for the reply. I am able to pull in the custom objects properties to the form but what I would like to happen is that when this form is filled out it is linked to a custom object record and when submitted those properties are updated. Do you know if that’s possible? If there is a solution with code is there any documentation around this that I can review?
Completing the form 'd only create a new record for the custom object. If you are trying to update an existing record you 'd need to use the Record ID or any unique identifier of the Custom object. But these are not usually possible to use visible in the form, just as hidden fields and then using a custom coded action to update the record.
Let me know is this what you where looking for or if I misundertood something.
Hi Lucy,
good to see your post!
I would like to create a form for getting properties information about a record (book title). How can we link the result of the form to a specific title? Should we make an association after the form has been filled
Or
can we merge a record with an existing one
or
should we ask for an identifier through the form?
Thank you for your amazing support!