Composing Form from an Existing Form and Prefilling Fields

Hi,I have a form on which I would like to create a button to compose another type of form. I would like certain common fields that will be on both forms to prefill on the new form (Customer Name, etc).

I know this can be done as I’ve seen numerous examples but even looking at those examples in designer I can’t figure out how it is done. The fields in the examples I looked at are set to computed (with the field name as the value) and the compose command looks like a regular @PostedCommand([Compose];“Form Name”) but for whatever reason I’m missing something as mine does not prefill. Any ideas what I’m missing?

Subject: Composing Form from an Existing Form and Prefilling Fields

Just one little detail missing:

Subject: RE: Composing Form from an Existing Form and Prefilling Fields

Fantastic thanks so much, never would have thought to look in the form properties.