User Tools

Site Tools


typo3_form

This is an old revision of the document!


EXT:form

plugin.tx_form {
    settings {
        formDefinitionOverrides {
            // Form identifier
            BasicContactForm {
                renderables {
                    0 {
                        renderables {
                            // Prefill first field (0) field
                            0 {
                                defaultValue = TEXT
                                defaultValue.data = GP:contact
                            }
                        }
                    }
                }
            }
        }
    }
}
typo3_form.1570525735.txt.gz · Last modified: 2019/10/08 11:08 by admin