Have an Full Address field that does not contain Country

  • chastitymoore2
    Asked on October 6, 2014 at 12:52 AM

    I'm creating forms on your platform and I really love it. I do have two suggestions: 

    1. Allow a Address Template that does not include the Country (or allow us to remove this from the template)

     

    2.

    Number the questions. When there is an error, it tells the person completing the form the number to the question. It would be nice if the number was populated next to each question. So, I'm spending time numbering each of my questions by hand.

     

    3.

    Also, I can't find the link to get my Submission Results (without having to log in). I know it's on there because I found it before, but I'm looking now and it's not easily findable.
  • jonathan
    Replied on October 6, 2014 at 4:27 AM

    Hi,

    If you were referring to the compound field Full Address field from the Quick Tools, you can actually disable the Country part using custom injected CSS code.

    Here is a sample jotform you can check http://www.jotform.me/form/42781614791461

    Have an Full Address field that does not contain Country Image 1 Screenshot 20

     

    This is the CSS code I used

    .form-address-table select{

    display:none;

    }

    Hope this help. Tell us if you need further assistance.

    Thanks.

     

    --

    I created a separate post for your 2 other question here

    http://www.jotform.com/answers/438998

    http://www.jotform.com/answers/438999

     

    We will attend to them separately.