What I see in Build is not what I see in Published?

  • MyWaggyTails
    Asked on June 9, 2020 at 4:17 PM

    Specifically it's the Save button that seems to be going wrong. Can you please guide me. 

    Jotform Thread 2378414 Screenshot
  • roneet
    Replied on June 9, 2020 at 9:41 PM

    There was no submit button on your form. I have added it to the bottom of the last page. Please clear your browser cache and let us know how it goes.

    The button looks like this now.

    What I see in Build is not what I see in Published? Image 10

    Also, the save button was white in color so I have changed the background color by injecting this CSS:

    #input_scl_193 {
      background: black;
    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know how it goes.

    Thanks.


  • Randle Stonier
    Replied on June 10, 2020 at 5:35 AM

    hi Roneet, thank you but I am still having problems. I still see this white button on the bottom of page 1 and I can't work out how to change the text or the colour of the button as when I go into Designer all I see is button BACK and NEXT no reference to the SAVE button. Plus I need to allow the User to SAVE each page and I can't follow the 'Deprecate' instructions - is there a video for that?

    1591781666Screenshot 2020 06 10 at 10 Screenshot 10

    Also, when I am presented with this option when i log back in I am unclear as to which option I select. Can you please help clarify? Thank you.

    1591781692Screenshot 2020 06 10 at 10 Screenshot 21

  • roneet
    Replied on June 10, 2020 at 8:16 AM

    I am so sorry I did not notice the other Save buttons. I have injected CSS to make the other CSS button black in color:

    #input_scl_193 {
      background: black;
    }

    #input_scl_180,#input_scl_181,#input_scl_182,#input_scl_183,#input_scl_107,#input_scl_184 {
      background: black;
    }

    Please clear your browser cache.

    Each time you open the link of the form it opens in a new session and saves the data in your browser cookies. You can discard and start over if you have not written any important information.

    Let us know how it goes.

    Thanks.