Forum > My Questions page: change button to go back to the support forum inbox

  • AgilityAssoc.Canada
    Asked on October 30, 2018 at 11:37 AM

    Feature Request:

    Is it possible to change the button when viewing My Questions to Forum so we can quickly go back and forth.

    1540913812My Questions Screenshot 101540913827Forum Screenshot 21

    Regards, Robert

  • jherwin
    Replied on October 30, 2018 at 12:45 PM

    You can add customize button on your form with redirect link to your forum.

    To do that, add text element on your form > Go to source code > Paste the code below.

    <p><a class="myButton" href="https://www.google.com" target="_blank" rel="noopener noreferrer">FORUM</a></p>

    Please change https://www.google.com to URL of your forum.


    Then Inject this custom CSS Code to your form.

    .myButton{

    background: blue;

    color:#fff;

    padding:20px 60px;

    border-radius:6px;

    text-decoration:none;

    }

    You may also refer to the screencast I made below for reference and instruction.
    1540917805custombutton Screenshot 10


    Please get back to us if you need any further assistance. We will be happy to help. 

  • AgilityAssoc.Canada
    Replied on October 31, 2018 at 10:51 AM

    Hi,

    You totally misunderstood my question. This is NOT about a form.

    Robert

  • Welvin Support Team Lead
    Replied on October 31, 2018 at 12:25 PM

    Our apologies for misunderstanding your question. 

    I think that is a good suggestion (https://www.jotform.com/answers/asked.php).

    I have submitted this thread to our backend team as a feature request. Our backend team is focused on the development of our core features, so I'm not sure if it will be considered, but as soon as we have an update, we'll let you know here.


  • AgilityAssoc.Canada
    Replied on October 31, 2018 at 12:53 PM

    Hi, Welvin, Thank you, Robert