Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter smdami

    (@smdami)

    I’m not sure I understand. The select field type has a single input where you enter your options. Is there a way to enter value and text pairs into the box as in my 3rd post? Consider when these entries are stored in a database and/or emailed to the client…the values 1..10 have no meaning to them.

    Thread Starter smdami

    (@smdami)

    Unfortunately I can’t. The site is in staging for a publicly traded company.

    Here is what the field source looks like:

    <select name=”how-did-you-hear-about-us[]” id=”fscf_field1_20″ class=”fscf-input-select”>
    <option value=”1″>Article / Press Release</option>
    <option value=”2″>Blog</option>
    <option value=”3″>Conference</option>
    <option value=”4″>Google +</option>
    <option value=”5″>LinkedIn</option>
    <option value=”6″>Referral</option>
    <option value=”7″>Search Engine</option>
    <option value=”8″>Twitter</option>
    <option value=”9″>YouTube</option>
    <option value=”10″>Other</option>
    </select>

    Thread Starter smdami

    (@smdami)

    I’m simply trying to set option values independent of text. The select options set the text but the values seem to be assigned automatically. In my example above I would expect to set the select options as follows:

    red:Red
    blue:Blue
    green:Green

    Thread Starter smdami

    (@smdami)

    Hi mbrsolution. Unfortunately, based on the description of the function, I don’t believe that will do the trick. This is what a typical user-generated field name looks like in SalesForce: 00Nj0000002uBTK. Is it possible to simply disable the toLower function?

Viewing 4 replies - 16 through 19 (of 19 total)