Why is my Bronze price suddenly increased?

  • Lenoci
    Gefragt am 26. Februar 2024 um 10:57

    Hallo, ich habe immer 29$ bezahlt. Jetzt aufeinmal zahle ich 39$? Warum?

  • Shirized Jotform Support
    Geantwortet am 26. Februar 2024 um 11:11

    Hi Mauro,

    Thanks for reaching out to Jotform Support. Unfortunately, our German Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in German, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. I went ahead and checked your account and can see that your previous renewal date was every 25th of the month, but it shows here that you were able to re-upgrade your account on the 26th, which is past your renewal date. Keep in mind that you can be able to retain the same price if the plan, as long as it is not canceled or used the same plan.

    Let us know if there’s anything else we can help you with. 

  • Lenoci
    Geantwortet am 26. Februar 2024 um 11:45
    New response received
    :root {
    color-scheme: light dark;
    supported-color-schemes: light dark;
    }
    /* 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;
    }
    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;
    }
    }
    @media (prefers-color-scheme: dark) {
    h1,
    h2,
    h3,
    p,
    td,
    .form-head {
    color: #FFFFFF !important;
    }
    h1>a {
    color: #FFFFFF !important;
    }
    .body-bg {
    background-color: #373740 !important
    }
    .content-bg {
    background-color: #333333 !important
    }
    /* .email-container {
    background-color: #333333;
    } */
    .dark-img {
    display: block !important;
    overflow: visible !important;
    float: none !important;
    max-height: inherit !important;
    max-width: inherit !important;
    line-height: auto !important;
    margin-top: 0px !important;
    visibility: inherit !important;
    }
    /* Hides Light Mode-Only Content, Like Images */
    .light-img {
    display: none;
    display: none !important;
    }
    .divider-bg {
    background-color: #414862 !important;
    }
    .divider-img-bg {
    background-color: #333333 !important;
    }
    .button-td-primary {
    background-color: #FF6100 !important;
    color: #FFFFFF !important;
    }
    .button-a-primary {
    background-color: #FF6100 !important;
    color: #FFFFFF !important;
    }
    .transparent-content-img {
    background-color: #333333 !important;
    }
    }
    @media (prefers-color-scheme: light) {
    .light-img {
    display: block !important;
    overflow: visible !important;
    float: none !important;
    max-height: inherit !important;
    max-width: inherit !important;
    line-height: auto !important;
    margin-top: 0px !important;
    visibility: inherit !important;
    }
    .dark-img {
    display: none;
    display: none !important;
    }
    }
    /* Shows Dark Mode-Only Content, Like Images */
    [data-ogsc] .dark-img {
    display: block !important;
    overflow: visible !important;
    float: none !important;
    max-height: inherit !important;
    max-width: inherit !important;
    line-height: auto !important;
    margin-top: 0px !important;
    visibility: inherit !important;
    }
    /* Hides Light Mode-Only Content, Like Images */
    [data-ogsc] .light-img {
    display: none;
    display: none !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;
    ;
    }
    u+.body .gmail-blend-screen {
    background: #000;
    mix-blend-mode: screen;
    }
    u+.body .gmail-blend-difference {
    background: #000;
    mix-blend-mode: difference;
    }
    /* 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;
    }
    /*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-right: 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: 30px !important;
    line-height: 40px !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;
    }
    .mobile-header-fix {
    font-size: 22px !important;
    line-height: 32px !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;
    }
    .mobile-header-fix {
    font-size: 26px !important;
    line-height: 36px !important;
    }
    }
    /* iPhone 6+, 7+, and 8+ */
    @media only screen and (min-width: 414px) {
    u+.body {
    min-width: 414px !important;
    margin: 0 auto !important;
    }
    }
    @media only screen and (min-width: 526px) and (max-width: 600px) {
    .mobile-header-fix {
    font-size: 36px !important;
    line-height: 46px !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%;
    }



    Hello,I haven't canceled my subscription. I always paid $29.The last payment was not authorized from my bank account. I then received a message from Jotform that the payment was not successful. I then paid with PayPal. but I didn't see that it was $39 instead of $29 that I paid!Mit freundlichen Grüßen Am 26.02.24 um 17:11 schrieb Jotform




    Von: "Jotform" <noreply@jotform.com>Datum: 26. Februar 2024An: lenoma@online.msCc: Betreff: Re: Gebühr!!









     





































    There’s a new response on your

    question:




    Gebühr!!



















     




     














    Hi
    Mauro,
    Thanks for reaching out to Jotform Support. Unfortunately, our
    German Support agents are busy helping other Jotform users at the moment. I'll
    try to help you in English using Google Translate, but you can reply in
    whichever language you feel comfortable using. Or, if you'd rather have support
    in German, let us know and we can have them do that. But, keep in mind that
    you'd have to wait until they're available again.
    Now, let me help you
    with your question. I went ahead and checked your account and can see that your
    previous renewal date was every 25th of the month, but it shows here that you
    were able to re-upgrade your account on the 26th, which is past your renewal
    date. Keep in mind that you can be able to retain the same price if the plan, as
    long as it is not canceled or used the same plan.
    Let us know if
    there’s anything else we can help you with. 














     




     




















    Answered by




    Shirized Ina Garces







































     









     




    4 Embarcadero Center, Suite 780, San Francisco CA 94111




     










    24/7 Support




    Unsubscribe Thread








     
    ...