I did register using my default Facebook account but I dont have my EXISTING password to RESET,

  • dan.seguin
    Asked on January 5, 2022 at 2:06 PM

    Hello I need to re- register to your website, and need to RESET my PAssword,


    I did register using my default Facebook account but I dont have

    my EXISTING password to RESET,


    PLs help ,


    tx


    dan

    dan.seguin@videotron.ca



  • VincentJay
    Replied on January 5, 2022 at 2:47 PM

    Hi,

    If you're using Facebook as your login method, you need to follow this guide to create a Jotform password: https://www.jotform.com/help/489-how-to-reset-jotform-account-password/

    Please try it and let us know if you need further help. Also, please check your spam folder if you didn't receive it in your email inbox.


  • dan.seguin
    Replied on January 5, 2022 at 3:22 PM
    Jotform wrote:




    New response received


    /* What it does: Remove spaces around the email design added by some email
    clients. */
    /* Beware: It can remove the padding / margin and add a background color to
    the compose a reply window. */
    html,
    body {
    margin: 0 auto !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    }
    body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI
    Symbol';
    }
    .body {
    margin: 0 auto !important;
    }
    /* What it does: Stops email clients resizing small text. */
    * {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    }
    div,
    p,
    a,
    li,
    td {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    }
    /* What it does: Centers email on Android 4.4 */
    div[style*="margin: 16px 0"] {
    margin: 0 !important;
    }
    /* What it does: Stops Outlook from adding extra spacing to tables. */
    table,
    td {
    mso-table-lspace: 0pt !important;
    mso-table-rspace: 0pt !important;
    }
    /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table
    alignment bug. Applies table-layout to the first 2 tables then removes for
    anything nested deeper. */
    table {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    margin: 0 auto !important;
    overflow: hidden;
    }
    table table table {
    table-layout: auto;
    }
    table,
    td {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    }
    /* What it does: Prevents Windows 10 Mail from underlining links despite
    inline CSS. Styles for underlined links should be inline. */
    a {
    text-decoration: none;
    }
    /* What it does: Uses a better rendering method when resizing images in IE.
    */
    img {
    -ms-interpolation-mode: bicubic;
    }
    /* What it does: A work-around for email clients meddling in triggered
    links. */
    *[x-apple-data-detectors],
    /* iOS */
    .unstyle-auto-detected-links *,
    .aBn {
    border-bottom: 0 !important;
    cursor: default !important;
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    }
    /* What it does: Prevents Gmail from changing the text color in conversation
    threads. */
    .im {
    color: inherit !important;
    }
    /* What it does: Prevents Gmail from displaying a download button on large,
    non-linked images. */
    .a6S {
    display: none !important;
    opacity: 0.01 !important;
    }
    /* If the above doesn't work, add a .g-img class to any image in question.
    */
    img.g-img+div {
    display: none !important;
    }
    .nounderline-text {
    color: #0099FF;
    text-decoration: none;
    display: inline-block;
    }
    /* MOBILE STYLES for pricing */
    @media screen and (max-width: 563px) {
    .mobile-full-width {
    width: 100% !important;
    max-width: 100% !important;
    }
    .mobile-nopadding {
    padding: 0 !important;
    }
    .mobile-padding {
    padding: 0 2% 0 2% !important;
    }
    .pricing-box {
    display: block;
    margin: 0 auto;
    width: 85%;
    max-width: 250px;
    }
    .pricing-box table {
    max-width: 100% !important;
    }
    }


    /* What it does: Hover styles for buttons */
    .button-td,
    .button-a {
    transition: all 100ms ease-in;
    }
    /* .button-td-primary:hover,
    .button-a-primary:hover {
    background: #555555 !important;
    border-color: #555555 !important;
    } */
    .show-on-responsive {
    /*table-cell*/
    display: none !important;
    ;
    }
    /* Media Queries */
    @media screen and (max-width: 720px) {
    .email-container {
    width: 100% !important;
    margin: auto !important;
    }
    .padding-container {
    padding: 0px 15px 0px 15px !important;
    mso-padding-alt: 0px 15px 0px 15px !important;
    }
    *[class].mobile {
    width: 100% !important;
    }
    /* What it does: Forces elements to resize to the full width of their
    container. Useful for resizing images beyond their max-width. */
    .fluid {
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    }
    /* What it does: Forces table cells into full-width rows. */
    .stack-column,
    .stack-column-center {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    direction: ltr !important;
    }
    /* And center justify these ones. */
    .stack-column-center {
    text-align: center !important;
    }
    .stack-column-center h2,
    .stack-column-center p {
    text-align: center !important;
    }
    /* What it does: Generic utility class for centering. Useful for images,
    buttons, and nested tables. */
    .center-on-narrow {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    }
    table.center-on-narrow {
    display: inline-block !important;
    }
    /* What it does: Adjust typography on small screens to improve
    readability */
    .email-container p {
    /*font-size: 17px !important;*/
    }
    .button-a {
    font-size: 16px !important;
    line-height: 1 !important;
    }
    /*Batu*/
    /*u + .body{!*iOS Gmail app full width*!*/
    /*min-width : 100vw !important;*/
    /*margin: 0 auto !important;*/
    /*}*/
    table td {
    /*border-color : #ffffff !important;*/
    /*background-color : #ffffff !important;*/
    }
    .social-networks {
    max-width: 200px !important;
    }
    /*Keeps these rules at the end for more priority*/
    .inline-on-responsive {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    }
    .hide-on-responsive {
    /*replace with .stack-column-center*/
    display: none !important;
    ;
    }
    .show-on-responsive {
    /*table-cell*/
    display: block !important;
    ;
    }
    .full-center-responsive-logo {
    width: 100%;
    }
    .full-center-responsive-logo img {
    margin: 0 auto;
    }
    .mobile-padding-fix {
    padding-left: 15px !important;
    padding-right: 15px !important;
    }
    .mobile-pt-0 {
    padding-top: 0 !important;
    }

    .mobile-pt-16 {
    padding-top: 16px !important;
    }
    .mobile-pt-32 {
    padding-top: 32px !important;
    }
    .mobile-pb-0 {
    padding-bottom: 0 !important;
    }
    .mobile-pb-16 {
    padding-bottom: 16px !important;
    }
    .mobile-pb-32 {
    padding-bottom: 32px !important;
    }
    .mobile-pl-0 {
    padding-left: 0 !important;
    }
    .mobile-pl-16 {
    padding-left: 16px !important;
    }
    .mobile-pl-32 {
    padding-left: 32px !important;
    }
    .mobile-pr-0 {
    padding-left: 0 !important;
    }

    .mobile-pr-16 {
    padding-right: 16px !important;
    }
    .mobile-pr-32 {
    padding-top: 32px !important;
    }
    .g-img {
    width: 100%;
    height: auto;
    }
    }
    /* What it does: Removes right gutter in Gmail iOS app:
    https://github.com/TedGoas/Cerberus/issues/89 */
    /* Create one of these media queries for each additional viewport size you'd
    like to fix */
    @media screen and (max-width: 525px) {
    .mobile-hidden {
    display: none !important;
    }
    .mobile-header-fix {
    font-size: 36px!important;
    line-height: 46px!important;
    }
    /* START: Payment-specific CSS for mobile */
    .stack-payment-info {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    direction: ltr !important;
    text-align: left !important;
    height: 18px !important;
    padding-top: 14px;
    }
    .stack-payment-info.value-field {
    padding-bottom: 14px;
    border-bottom: 1px solid #EEEEEE;
    width: 100% !important;
    }
    /* END: Payment-specific CSS for mobile */
    }
    @media screen and (max-width: 374px) {
    .footer-text-link {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    direction: ltr !important;
    }
    /* And center justify these ones. */
    .footer-text-link {
    text-align: center !important;
    }
    .hide-line {
    display: none !important;
    ;
    }
    .inline-on-responsive-min {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    }
    .hide-on-responsive-min {
    /*replace with .stack-column-center*/
    display: none !important;
    ;
    }
    .mobile-min-pl-0 {
    padding-left: 0 !important;
    }
    }
    /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
    @media only screen and (min-width: 320px) and (max-width: 374px) {
    u+.body {
    min-width: 320px !important;
    margin: 0 auto !important;
    }
    }
    /* iPhone 6, 6S, 7, 8, and X */
    @media only screen and (min-width: 375px) and (max-width: 413px) {
    u+.body {
    min-width: 375px !important;
    margin: 0 auto !important;
    }
    }
    /* iPhone 6+, 7+, and 8+ */
    @media only screen and (min-width: 414px) {
    u+.body {
    min-width: 414px !important;
    margin: 0 auto !important;
    }
    }
    /* fix align problem for iPhone 6 on gmail app */
    @media only screen and (min-width: 375px) and (max-width: 413px) {
    u+.body {
    min-width: 375px !important;
    width: 375px !important;
    margin: 0 auto !important;
    }
    }
    /* SAMSUNG MAIL ANDROID 7.0 WIDTH FIX */
    #MessageViewBody,
    #MessageWebViewDiv {
    width: 100% !important;
    margin: 0 auto !important;
    }
    /* RTL for arabic language */
    html[dir="rtl"] td p[style*="color: #464646"],
    html[dir="rtl"] *[style*="text-align: left"],
    html[dir="rtl"] td h1 {
    text-align: right !important;
    }
    html[dir="rtl"] table.social-area {
    max-width: 350px !important;
    }
    html[dir="rtl"] .full-center-responsive-logo {
    text-align: right;
    }
    @media only screen and (min-width: 720px) {
    html[dir="rtl"] p.forRtl-left {
    text-align: left !important;
    }
    html[dir="rtl"] p.forRtl-right {
    text-align: right !important;
    }
    html[dir="rtl"] .hide-on-responsive {
    text-align: left !important;
    }
    }
    /* END RTL */


    @media screen and (max-width: 375px) {
    .mobile-hidden-image {
    display: none;
    }
    }
    p img {
    max-width: 100%;
    }









    TX  I did   the RESET  using the  Forgot Password 
    function,
    all   fine  tx
    DAN




     

































    There’s a new response on your question:



    I did register using my default Facebook account but I
    dont have
    my EXISTING password to RESET,
















     


     












    Hi,
    If you're using Facebook as your login method,
    you
    need to follow this guide to create a Jotform password: https://www.jotform.com/help/489-how-to-reset-jotform-account-password/
    Please
    try it and let us know if you need further help. Also, please check
    your spam
    folder if you didn't receive it in your email inbox.














     


     

















    Answered by



    VincentJay




















    View this thread


















     







     



    4 Embarcadero Center, Suite 780, San Francisco CA
    94111



     











    24/7
    Support




    Unsubscribe Thread











     
    ...
  • dan.seguin
    Replied on January 6, 2022 at 5:11 PM
    Jotform wrote:
    I  am   performing multiple TEST  with  forms on my  website,
    1)
    with  EMBEDED   code with  DReamweaver (copy  code)   the  form  sends 
    the  message
    but does  not re-Direct  to my  specified   url,
    2)
    If  I  use  a  TKANK  YOU  page,   the  Thank-You  page  appears  but 
    no  button  to  go back  to the  regular page on  the website,
    and no close  button,
    3) Testing the  LightBox  version  of the same  FORM ,   the  Light 
    BOX  opens,  and  then  SENT,  then a  thankyou  apears,  then  we need
    to close the LIGHTBOX,
    is  all this  normal ?
    tx
    DAN
    dan.seguin@videotron.ca




    New response received


    /* What it does: Remove spaces around the email design added by some email
    clients. */
    /* Beware: It can remove the padding / margin and add a background color to
    the compose a reply window. */
    html,
    body {
    margin: 0 auto !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    }
    body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI
    Symbol';
    }
    .body {
    margin: 0 auto !important;
    }
    /* What it does: Stops email clients resizing small text. */
    * {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    }
    div,
    p,
    a,
    li,
    td {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    }
    /* What it does: Centers email on Android 4.4 */
    div[style*="margin: 16px 0"] {
    margin: 0 !important;
    }
    /* What it does: Stops Outlook from adding extra spacing to tables. */
    table,
    td {
    mso-table-lspace: 0pt !important;
    mso-table-rspace: 0pt !important;
    }
    /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table
    alignment bug. Applies table-layout to the first 2 tables then removes for
    anything nested deeper. */
    table {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    margin: 0 auto !important;
    overflow: hidden;
    }
    table table table {
    table-layout: auto;
    }
    table,
    td {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    }
    /* What it does: Prevents Windows 10 Mail from underlining links despite
    inline CSS. Styles for underlined links should be inline. */
    a {
    text-decoration: none;
    }
    /* What it does: Uses a better rendering method when resizing images in IE.
    */
    img {
    -ms-interpolation-mode: bicubic;
    }
    /* What it does: A work-around for email clients meddling in triggered
    links. */
    *[x-apple-data-detectors],
    /* iOS */
    .unstyle-auto-detected-links *,
    .aBn {
    border-bottom: 0 !important;
    cursor: default !important;
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    }
    /* What it does: Prevents Gmail from changing the text color in conversation
    threads. */
    .im {
    color: inherit !important;
    }
    /* What it does: Prevents Gmail from displaying a download button on large,
    non-linked images. */
    .a6S {
    display: none !important;
    opacity: 0.01 !important;
    }
    /* If the above doesn't work, add a .g-img class to any image in question.
    */
    img.g-img+div {
    display: none !important;
    }
    .nounderline-text {
    color: #0099FF;
    text-decoration: none;
    display: inline-block;
    }
    /* MOBILE STYLES for pricing */
    @media screen and (max-width: 563px) {
    .mobile-full-width {
    width: 100% !important;
    max-width: 100% !important;
    }
    .mobile-nopadding {
    padding: 0 !important;
    }
    .mobile-padding {
    padding: 0 2% 0 2% !important;
    }
    .pricing-box {
    display: block;
    margin: 0 auto;
    width: 85%;
    max-width: 250px;
    }
    .pricing-box table {
    max-width: 100% !important;
    }
    }


    /* What it does: Hover styles for buttons */
    .button-td,
    .button-a {
    transition: all 100ms ease-in;
    }
    /* .button-td-primary:hover,
    .button-a-primary:hover {
    background: #555555 !important;
    border-color: #555555 !important;
    } */
    .show-on-responsive {
    /*table-cell*/
    display: none !important;
    ;
    }
    /* Media Queries */
    @media screen and (max-width: 720px) {
    .email-container {
    width: 100% !important;
    margin: auto !important;
    }
    .padding-container {
    padding: 0px 15px 0px 15px !important;
    mso-padding-alt: 0px 15px 0px 15px !important;
    }
    *[class].mobile {
    width: 100% !important;
    }
    /* What it does: Forces elements to resize to the full width of their
    container. Useful for resizing images beyond their max-width. */
    .fluid {
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    }
    /* What it does: Forces table cells into full-width rows. */
    .stack-column,
    .stack-column-center {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    direction: ltr !important;
    }
    /* And center justify these ones. */
    .stack-column-center {
    text-align: center !important;
    }
    .stack-column-center h2,
    .stack-column-center p {
    text-align: center !important;
    }
    /* What it does: Generic utility class for centering. Useful for images,
    buttons, and nested tables. */
    .center-on-narrow {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    }
    table.center-on-narrow {
    display: inline-block !important;
    }
    /* What it does: Adjust typography on small screens to improve
    readability */
    .email-container p {
    /*font-size: 17px !important;*/
    }
    .button-a {
    font-size: 16px !important;
    line-height: 1 !important;
    }
    /*Batu*/
    /*u + .body{!*iOS Gmail app full width*!*/
    /*min-width : 100vw !important;*/
    /*margin: 0 auto !important;*/
    /*}*/
    table td {
    /*border-color : #ffffff !important;*/
    /*background-color : #ffffff !important;*/
    }
    .social-networks {
    max-width: 200px !important;
    }
    /*Keeps these rules at the end for more priority*/
    .inline-on-responsive {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    }
    .hide-on-responsive {
    /*replace with .stack-column-center*/
    display: none !important;
    ;
    }
    .show-on-responsive {
    /*table-cell*/
    display: block !important;
    ;
    }
    .full-center-responsive-logo {
    width: 100%;
    }
    .full-center-responsive-logo img {
    margin: 0 auto;
    }
    .mobile-padding-fix {
    padding-left: 15px !important;
    padding-right: 15px !important;
    }
    .mobile-pt-0 {
    padding-top: 0 !important;
    }

    .mobile-pt-16 {
    padding-top: 16px !important;
    }
    .mobile-pt-32 {
    padding-top: 32px !important;
    }
    .mobile-pb-0 {
    padding-bottom: 0 !important;
    }
    .mobile-pb-16 {
    padding-bottom: 16px !important;
    }
    .mobile-pb-32 {
    padding-bottom: 32px !important;
    }
    .mobile-pl-0 {
    padding-left: 0 !important;
    }
    .mobile-pl-16 {
    padding-left: 16px !important;
    }
    .mobile-pl-32 {
    padding-left: 32px !important;
    }
    .mobile-pr-0 {
    padding-left: 0 !important;
    }

    .mobile-pr-16 {
    padding-right: 16px !important;
    }
    .mobile-pr-32 {
    padding-top: 32px !important;
    }
    .g-img {
    width: 100%;
    height: auto;
    }
    }
    /* What it does: Removes right gutter in Gmail iOS app:
    https://github.com/TedGoas/Cerberus/issues/89 */
    /* Create one of these media queries for each additional viewport size you'd
    like to fix */
    @media screen and (max-width: 525px) {
    .mobile-hidden {
    display: none !important;
    }
    .mobile-header-fix {
    font-size: 36px!important;
    line-height: 46px!important;
    }
    /* START: Payment-specific CSS for mobile */
    .stack-payment-info {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    direction: ltr !important;
    text-align: left !important;
    height: 18px !important;
    padding-top: 14px;
    }
    .stack-payment-info.value-field {
    padding-bottom: 14px;
    border-bottom: 1px solid #EEEEEE;
    width: 100% !important;
    }
    /* END: Payment-specific CSS for mobile */
    }
    @media screen and (max-width: 374px) {
    .footer-text-link {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    direction: ltr !important;
    }
    /* And center justify these ones. */
    .footer-text-link {
    text-align: center !important;
    }
    .hide-line {
    display: none !important;
    ;
    }
    .inline-on-responsive-min {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    }
    .hide-on-responsive-min {
    /*replace with .stack-column-center*/
    display: none !important;
    ;
    }
    .mobile-min-pl-0 {
    padding-left: 0 !important;
    }
    }
    /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
    @media only screen and (min-width: 320px) and (max-width: 374px) {
    u+.body {
    min-width: 320px !important;
    margin: 0 auto !important;
    }
    }
    /* iPhone 6, 6S, 7, 8, and X */
    @media only screen and (min-width: 375px) and (max-width: 413px) {
    u+.body {
    min-width: 375px !important;
    margin: 0 auto !important;
    }
    }
    /* iPhone 6+, 7+, and 8+ */
    @media only screen and (min-width: 414px) {
    u+.body {
    min-width: 414px !important;
    margin: 0 auto !important;
    }
    }
    /* fix align problem for iPhone 6 on gmail app */
    @media only screen and (min-width: 375px) and (max-width: 413px) {
    u+.body {
    min-width: 375px !important;
    width: 375px !important;
    margin: 0 auto !important;
    }
    }
    /* SAMSUNG MAIL ANDROID 7.0 WIDTH FIX */
    #MessageViewBody,
    #MessageWebViewDiv {
    width: 100% !important;
    margin: 0 auto !important;
    }
    /* RTL for arabic language */
    html[dir="rtl"] td p[style*="color: #464646"],
    html[dir="rtl"] *[style*="text-align: left"],
    html[dir="rtl"] td h1 {
    text-align: right !important;
    }
    html[dir="rtl"] table.social-area {
    max-width: 350px !important;
    }
    html[dir="rtl"] .full-center-responsive-logo {
    text-align: right;
    }
    @media only screen and (min-width: 720px) {
    html[dir="rtl"] p.forRtl-left {
    text-align: left !important;
    }
    html[dir="rtl"] p.forRtl-right {
    text-align: right !important;
    }
    html[dir="rtl"] .hide-on-responsive {
    text-align: left !important;
    }
    }
    /* END RTL */


    @media screen and (max-width: 375px) {
    .mobile-hidden-image {
    display: none;
    }
    }
    p img {
    max-width: 100%;
    }





     

































    There’s a new response on your question:



    I did register using my default Facebook account but I
    dont have
    my EXISTING password to RESET,
















     


     












    Hi,
    If you're using Facebook as your login method,
    you
    need to follow this guide to create a Jotform password: https://www.jotform.com/help/489-how-to-reset-jotform-account-password/
    Please
    try it and let us know if you need further help. Also, please check
    your spam
    folder if you didn't receive it in your email inbox.














     


     

















    Answered by



    VincentJay




















    View this thread


















     







     



    4 Embarcadero Center, Suite 780, San Francisco CA
    94111



     











    24/7
    Support




    Unsubscribe Thread











     
    ...
  • Jeanette JotForm Support
    Replied on January 6, 2022 at 5:51 PM

    To reset your password in you FB account, simply go to your account's profile settings https://www.jotform.com/myaccount/profile and change it there.

    1641509421 61d7722df2909  Screenshot 10