Field:submit text@Surveys

From MintHCM Wiki

Surveys - Submit Text

Name submit_text
Module Surveys
Type varchar
Label Submit Text
VName LBL_SUBMIT_TEXT
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

It is a field in which the user enters the text that will be displayed on the submit button of the survey response.


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes

Location and Code definition

modules/Surveys/vardefs.php

'submit_text' => array( 'required' => false, 'name' => 'submit_text', 'vname' => 'LBL_SUBMIT_TEXT', 'type' => 'varchar', 'massupdate' => 0, 'default' => 'Submit', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes