My form isn't using the new YouTube links / widget didn't update

  • lizziesorkin
    Asked on September 11, 2017 at 1:30 PM

    I created a survey that had the old links but I replaced them with new links.  When I publish it, it shows the old youtube links. When I edit, the new links are there. In the screenshot, you'll see that the titles of the youtube videos match the question numbers above it. I try to edit it but it's already showing correctly. In published, it isn't.

    Jotform Thread 1244521 Screenshot
  • Marvih
    Replied on September 11, 2017 at 1:53 PM

    Could you please try deleting one of your youtube widget and then add it again with the new link you updated. This is to update the build of the widget itself.


    My form isnt using the new YouTube links / widget didnt update Image 1 Screenshot 20

     

    Tell me how it goes.

  • lizziesorkin
    Replied on September 11, 2017 at 2:27 PM

    This was time consuming, I don't understand why I had to delete all the widgets and start over, especially when I had conditionals already in place. I have another follow up question, when I test the form and click on a answer -- the box goes to yellow, how do I avoid that?

     

    My form isnt using the new YouTube links / widget didnt update Image 1 Screenshot 20

  • Marvih
    Replied on September 11, 2017 at 3:10 PM

    I apologize if my instructions were not clear, I meant to select just 1 widget from your form to delete and re-apply. Anyways, you can remove that yellow highlight by adding this code into your custom CSS.

    .form-line-active{

      background-color: transparent !important;

    }

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

    My form isnt using the new YouTube links / widget didnt update Image 1 Screenshot 20

  • lizziesorkin
    Replied on September 11, 2017 at 3:13 PM

    Thanks!