Salesforce - Using two input fields (First name / Last name) instead of Full name

  • CommAhun
    Asked on July 28, 2017 at 11:31 AM

    Hi,

    Jtoform seems to be unable to see our Salesforces' field Prénom(First name) and Nom(Last name) so we must use Full name when linking to Salesforce. That causes a problem in the way we want to present the form when we want to have Prénom and Nom on two different rows using the left column on a two columns form. Would there be a way to use two fields (Prénom and Nom) and populate a hidden field Nom complet(Full name) so that on the front end we can have more liberty presenting those fields?

    The name of the form is Programmes - Enseignement régulier.

    Thanks

  • aubreybourke
    Replied on July 28, 2017 at 12:22 PM

    Yes, JotForm recomends for best results to use the Full name field when integrating with Salesforce. The problem of your fields not displaying as you like can be fixed with CSS:

    #first_12, #last_12 {
        max-width : 290px !important;
    }

    #label_12 {
        display : none;
    }

    #sublabel_first {
        margin-top : -50px;
        font-size : 13px;
    }

    #sublabel_last {
        margin-top : -50px;
        font-size : 13px;
    }

    #id_12 {
        height : 40px;
    }

    .form-all {
        padding-top : 30px;
    }

     

    I cloned your form for you to view:

    https://form.jotformpro.com/72084991358972