hi there.
i want to use the sc_get_wizard to fill out a form. the record the user edit is an existing record.
When a user switches to another step i want the infromation to be saved.
so i use
onValidate
if (sc_get_wizard_step() == 1) {
sc_commit_trans();
}
that does nothing…
any suggestions?