exolon
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] white list email for cf7how add 500 contacts email?
Forum: Fixing WordPress
In reply to: plugin for contact form 7 with white list emailok sorry
- This reply was modified 4 years, 10 months ago by exolon.
Forum: Fixing WordPress
In reply to: plugin for contact form 7 with white list emaili have create un form, with name, surname and email, ok?
i have 500 contacts ready
I wish I could allow the use of the form only to those contactsForum: Fixing WordPress
In reply to: plugin for contact form 7 with white list emailI wish all email were blocked except the ones in the list
for example :
whitelist: [email protected], [email protected] etc.
all emails that are not part of the whitelist are not accepted by the formForum: Plugins
In reply to: [Redirection for Contact Form 7] redirect to url dynamici have buy the plugin, where is link the support?
Forum: Plugins
In reply to: [Redirection for Contact Form 7] redirect to url dynamicSo are you telling me that I can redirect the pdf file that is in wordpress?
Forum: Developing with WordPress
In reply to: custom post typeisn’t there a way to tell the customposttype to use a file for events?
Forum: Developing with WordPress
In reply to: custom post typei have add customposttype in the function.php /avas-child/function.php
Forum: Developing with WordPress
In reply to: custom post typethe page that should call the permalinks is header.php and contains this code
<!-- Search icon --> <?php do_action('tx_search_icon'); ?> <!-- Menu Button --> <?php do_action('tx_menu_btn'); ?> </div><!-- /.menu-area-righ --> </div> </div> <!-- /.row --> </div><!-- /.container --> </div><!-- /#h-style-3 --> <?php } ?> <?php if( !is_front_page() && !is_404() && !is_page_template( 'templates/no-sub.php' )) : if (class_exists('ReduxFramework')) { if($tx['sub-header-switch']) { get_template_part( 'template-parts/header/sub', 'header' ); } } else { get_template_part( 'template-parts/header/sub', 'header' ); } endif; ?><!-- sub header --> </header><!-- /#header --> <!-- /.row -->
- This reply was modified 4 years, 11 months ago by bcworkz. Reason: excess code removed
Forum: Developing with WordPress
In reply to: custom post typeyes, in the theme avas not is configuration permalinks
actually when i configured this new custom post type, i noticed that the default file is used for the posts, while the avas theme uses another type of file for the post<div class="form-horizontal special-form"> <div class="col-sm-6"> <label for="wbk-name">Nome (required)</label>[text* wbk-name class:wbk-text id:wbk-name] </div> <div class="col-sm-6"> <label for="wbk-cognome">Cognome (required)</label>[text* wbk-cognome class:wbk-text id:wbk-cognome] </div> <div style="clear:both"></div> <div class="col-sm-6"> <label for="wbk-phone">Telefono (required)</label>[tel* wbk-phone class:wbk-text id:wbk-phone] </div> <div class="col-sm-6"> <label for="wbk-email">Email (required)</label>[email* wbk-email class:wbk-text id:wbk-email] </div> <div style="clear:both"></div> <div class="col-sm-12"> <p>[acceptance wbk-acceptance]Check the acceptance field <span class=”wbk-acceptance-error” style=”display:none;” >acceptance not checked</span></p> </div> </div>
is set this code
and email notification is set :
comes out without doing anythingù
i want add the box for the terms with link
for example: [] accept terms click here[acceptance wbk-acceptance454 class:wbk-text id:wbk-acceptance454 optional] In base alle norme. ecc e cc ecc ecc accetto [/acceptance]
Accettazione termini: # field_wbk-acceptance454 <– https://i.imgur.com/vvkRKmV.jpg
when arrive email view code,