How to add sequential numbering to the form?

  • CRBSupport
    Asked on December 10, 2017 at 11:01 AM

    Hi. I'm almost ready to go live with my form, but I just need to add sequential numbering to the form, for our own records. I've read through the conditional logic guide, but can't see how to do this. Can you help please? Thank you.

  • Ardian_L
    Replied on December 10, 2017 at 11:47 AM

    Hi,

    As I am understanding the question right, you want to add a unique ID to your form submissions. To do that please follow instructions in the link below.

    https://www.jotform.com/help/79-How-to-Add-Custom-Unique-IDs-to-your-Form-Submissions

    Please let us know if you have any other question.

  • CRBSupport
    Replied on December 10, 2017 at 12:43 PM
    Hi,

    Thank you for that.

    I've just upgraded to the Gold plan, and have gone live. However, the form shows as a narrow 'form' within the page, rather than part of the page, as a full width, with no background colour. My page is white, but there's a grey background on the surround of the form. https://crb-online.org.uk/apply/ I've tried embedding it as .js and iframe, but they look the same, with the grey surround. Is there a way to make the form wider within the page, or just to make the surround white please?

    Kind regards,

    Marcelle

    ...
  • Ardian_L
    Replied on December 10, 2017 at 12:47 PM

    Hi,

    Yes it is possible to change the background color to white. To achieve that please put this CSS Code in Custom CSS area:

    .supernova {

        background: #fff !important;


    }

    On this link you will find on how to inject Custom CSS Code.