Hello
logical conditions and date icon not working properly in my form. gravity is up to date now. I am using novus theme. The problem occurs just in this. theme No problem in twentyone. I couldnt find any solution please help me.
my form is
http://www.happyballoontours.com/?page_id=2470
please ignore the graphic problems.
Probably there is a problem in functions.php. Also this problem happens
when i try to reach wp from http://www.happyballoontours.com/wp-admin/
it gives a warning like this.
Warning: Cannot modify header information - headers already sent by (output started at /home/happybal/public_html/wp-content/themes/novus/functions.php:3150) in /home/happybal/public_html/wp-includes/pluggable.php on line 876
Gravity forms' extra code begins in functions.php 3150. line.
The code is above
<?php
/**
* Better Pre-submission Confirmation
* http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/
*/
class GWPreviewConfirmation {
private static $lead;
function init() {
add_filter('gform_pre_render', array('GWPreviewConfirmation', 'replace_merge_tags'));
add_filter('gform_replace_merge_tags', array('GWPreviewConfirmation', 'product_summary_merge_tag'), 10, 3);
----------------
Thank You