Posted by Karl
2017-06-29

Tom Thanks for the prompt previous answer.

I have two "Drop Down" selections (see below) but in the db table it's showing "S1001" instead of the value "Mr"

This was created using the form builder

define( 'SEL_TITLE', "
S1001=Mr
S1002=Mrs
S1003=Miss
S1004=Ms
S1005=Rev
" );

define( 'SEL_CURRENT_MOTAB', "
S1001=Yes
S1002=No
" );

Posted by Tom
2017-06-30

To put "Mr" into the database, please edit it like this:
define( 'SEL_TITLE', "
Mr=Mr
Mrs=Mrs
Miss=Miss
Ms=Ms
Rev=Rev
" );