|
|
 |
 |
 |
manilasuite.prefs.buildSignupStructure
Ensure that the item name is not required in the signup form. This is a potential privacy issue in some parts of Europe.
Amended script
| on buildSignUpStructure (adrPrefsWizard, adrDest, adrRequiredStructure=nil) |
| |
«Build the sign-up wizard structure. |
| |
local (adrStructure = @adrPrefsWizard^.structure) |
| |
structureCopy = adrStructure^ |
| |
«First, delete the name element from the structure copy. |
| |
local (adrPanel = @structureCopy [1] [1]) |
| |
«Delete the panel atts and description because these will be substituted. |
| |
«Pre-pend the Required Info section to the top of the structure copy. |
Relative to Frontier version 9.7b10
|