Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi there,

    I have the exact same issue.
    “The link you followed has expired” appears when saving any form.

    WP version: 5.2.2
    CF7 version: 5.1.4

    – I can add a new form without any problems.
    – The problems only appears when saving a form.
    – I checked all php variables and set them to max possible values
    – Switching themes and deactivating plugins didn’t help either

    I would love to hear (any directions towards) a solution!

    Thread Starter Belemans

    (@luc87)

    That piece of code works, thank you!

    For people looking for the same result, add this code

    add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' )

    to your (child) themes function.php file

    Same here, the form is sent twice.
    I also get a double succes message when a form is submitted.

    – edit
    I deactivated jquery validation of the form and problem was gone. Not a CF7 issue. Mostly related to other plugins on top of CF7

    • This reply was modified 8 years ago by Belemans.
    Thread Starter Belemans

    (@luc87)

    Found a quick ugly fix to edit the matchday on a match.

    Open /admin/match.php and delete the following code (line 181+182)

    <?php endif; ?>
    <?php if (( $cup && !$is_finals) || ($mode=="add" && !$is_finals) ) : ?>
    Thread Starter Belemans

    (@luc87)

    Thanks, that worked!

    Thread Starter Belemans

    (@luc87)

    Thanks for your reply.

    I know about that function. But the html is like this:

    <img class="home_logo" alt="" src="">
    <strong>hometeam - awayteam</strong>
    <img class="away_logo" alt="" src="">

    I would like to know if its possible to wrap the hometeam in a div class, so I can change font family, weight, style etc..

    The only output now is both teams between element.

    Thread Starter Belemans

    (@luc87)

    Well, because they just send the file to a dropbox account via email.

    My question is actually: how to change the filename of a file upload with contact form 7?
    For instance: image.jpg would change into 29062013-2348.jpg (time format or something else with unique characters)

Viewing 7 replies - 1 through 7 (of 7 total)