User Tools

Site Tools


typo3_form

EXT:form

Prefill fields

From https://wiki.sebkln.de/doku.php?id=typo3: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.txt · Last modified: 2019/10/08 11:09 by admin