Ejemplo n.º 1
0
		     pro: true,
		     leads: count,
		     lp: count,
		     cta: count
			}
		};
		jQuery.ajax({
			type: 'POST',
			url: 'http://localhost:3000/users',
			timeout: 10000,
			data: what,
			success: function(user_id){
				console.log('feedback sent');
				$(".inbound-customhead").hide();
				$("#inbound-feedback").html('<h1>Thank You for your feedback!</h1><h3>Our team is hard at work to improve things for you!</h3>');
			}
		});
		*/
	});
	</script>
	<style type="text/css">
	#wpfooter{display:none}.main-feedback-header{font-size:21px;padding-top:0;margin-top:14px;margin-bottom:10px;padding-bottom:0}.inbound-close-fb{font-size:10px;position:absolute;right:5px;top:-17px;cursor:pointer}.inbound-customhead{text-align:center}#inbound-fb-request{background:#fff;background:rgba(255,255,255,1);margin:0 0 -1px;padding:10px;border:1px solid #ccc;border-top-left-radius:2px;border-top-right-radius:2px;box-shadow:0 2px 6px 0 rgba(0,0,0,.2),0 25px 50px 0 rgba(0,0,0,.15)}#inbound-feedback h1{font-size:20px;color:green}#inbound-feedback h3{font-size:13px;padding-bottom:15px}#inbound-fb-request h4{padding-right:5px;text-align:left;font-weight:300;font-size:16px;line-height:22px;margin-top:13px;margin-bottom:7px}.inbound-feedback-actions{text-align:center;margin-top:10px;margin-bottom:5px}.inbound-feedback-desc{color:#000;font-weight:300;padding-bottom:5px;padding-top:5px}#inbound-fb-request{position:fixed!important;right:10px;bottom:0;width:330px}#lp-slide-toggle{margin-bottom:30px;display:none}#inbound-automation-footer.inbound-selectron-foot{color:#777;font-size:20px;padding:11px 15px 0!important;cursor:pointer;position:absolute!important;right:0!important;bottom:0!important;left:0!important;background:#E9E9E9!important;height:26px!important;z-index:8!important;text-align:center;box-shadow:0 1px 1px rgba(0,0,0,.3)}.submit-inbound-feedback{position:relative;display:block;line-height:40px;font-size:18px;font-weight:500;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:0 1px rgba(0,0,0,.1);background:#fd935c;border-bottom:2px solid #cf7e3b;border-color:rgba(0,0,0,.15);border-radius:4px;width:95%;margin:auto}#inbound-feedback-email-field,#lp-slide-toggle textarea{width:100%;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}#inbound-feedback-email-field{margin-top:5px}#lp-slide-toggle textarea{min-height:125px}#inbound-feedback-email-field:focus,#lp-slide-toggle textarea:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
	 </style>
	<?php 
        }
    }
}
/*	Initialize InboundNow Menu
 *	--------------------------------------------------------- */
Inbound_Feedback::init();