accents in form names, easy fix
-
hi there,
in :
CFDBViewWhatsInDB.php
on line 115 (or so) :
using the native WordPress replaceaccents like this can make the plugin work with forms that have accented characters in their name :
<option value="<?php echo remove_accents(htmlspecialchars($formName)) ?>" <?php echo $selected ?>><?php echo htmlspecialchars($formName) ?></option>
that’s a quick fix and it could save you a headache ??
https://www.ads-software.com/plugins/contact-form-7-to-database-extension/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘accents in form names, easy fix’ is closed to new replies.