Hover text disappeared after changing field from Multiple Choice to Single Choice

  • schmidtsmeatmarket
    Asked on April 17, 2019 at 1:47 PM

    I switched my Beef Portions from Multiple Choice to Single Choice and the hover text did not follow. 

    They have disappeared completely.  Suggestions?

    Thank you!


    https://form.jotform.com/80875046764163

  • Mike
    Replied on April 17, 2019 at 3:33 PM

    Unfortunately, we do not currently have an option to convert the field types. When you add a new field, everything should be added from scratch. You may add the Hover Text again to fix the issue.

    Hover text disappeared after changing field from Multiple Choice to Single Choice Image 1 Screenshot 20

  • schmidtsmeatmarket
    Replied on April 17, 2019 at 4:43 PM
    The hover text is not for the field but for each button. You’ll see it was in there before starting with field 13_1. Even though I changed to a new type of field, the location is still 13_1 for example for a Side of Beef.

    #label_input_13_1:hover:after {
    content : "A Side is 1/2 of a beef";

    Lynnita Schmidt


    ...
  • Mike
    Replied on April 17, 2019 at 6:28 PM

    The ID of the new field is different, so please try updating the CSS with the new ID.

    For example:

    #label_input_50_1:hover:after {
    content : "A Side is 1/2 of a beef";

    Hover text disappeared after changing field from Multiple Choice to Single Choice Image 1 Screenshot 20

  • schmidtsmeatmarket
    Replied on April 18, 2019 at 9:43 AM
    How do you determine the ID for fields? I may want to add some more info for specific line items.

    Lynnita Schmidt


    ...
  • Nick_So
    Replied on April 18, 2019 at 12:22 PM

    Select the field for which you want to determine the ID. Go to settings >> Advanced tab

    1555604439ss1 Screenshot 10

    1555604462ss2 Screenshot 21

    Expand Field Details and you will find ID there.

    1555604486ss3 Screenshot 32

    Let me know if you have any questions or need any further help.

  • schmidtsmeatmarket
    Replied on April 18, 2019 at 1:43 PM
    Got it! Thank you – you guys/gals are awesome!

    Lynnita Schmidt


    ...