I have been creating properties for “project” object type and I am running into issues with forms.
In the properties settings/rules: I do not get the option to make the property visible to forms
When creating a form from scratch and add a text to field, when trying to connect this text field to a property, properties available are only properties of contacts, companies or tickets, nothing for projects.
My first question is am I missing a setting or something to unlockthese capabilities? Broader question is can forms be used to edit Projects properties?
Neither the legacy nor the new form editor support project properties at this point. If you wanted to create a project from a form submission, you would have to do so through a contact-based workflow, using the create record workflow action:
thank you for your response. I suspected forms did not support projects and your response confirms this. The scenario here was to create properties for project object so that we could send a form to certain contacts and have them provide project updates so that all information for a given project would go to the project->notes or a manually created Project Update property (text). This seems pretty straight forward and I was hoping this could be achieved without going through too many loops.
Alternate solution to this could be to, collect data with contact porperty in form then, then use workflow to copy thevalues to a Project record later.
Hope this helps, if it does then help the community by marking it as a solution.
I had the same issue. Forms can’t directly update Project properties, but here are two workarounds that worked for us:
Option 1: Sync properties via Contact Save the information on the Contact level first, then use property sync in HubSpot to mirror the relevant fields onto the Project. No extra workflow needed.
Option 2: Hidden field with Project ID (great for events) We use this when forms need to connect to specific projects (e.g. for events):
Pre-fill the Project ID as a hidden field via URL parameter: ?project_id=...
Build a workflow that uses this ID to associate the contact with the correct project
Each project gets its own unique form URL that you can use on landing pages
This way, contacts get linked directly to the right project automatically.