paularillo
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Successful message after first stepWow, I’m having THE EXACTLY same problem, when selected and option on an dropdown list it gives me an sucess message instead of going to the next page.
Here’s my page url:
https://xbranding.io/home/The contact form 7 with the Contact Form 7 Multi-Step Forms is the one at the very top of the page, the dropdown list.
My cf7 code:
<div class=”leadform”>
<label> <h3 style=”color:#fff;”>O que está buscando?</h3>
[select* servico “Cria??o de Conteúdo” “Mentoria” “Calendário de Postagem” “Intera??es via Direct e Comentários” “Elabora??o de Criativos” “Vídeos” “Linha Editorial” “Análise de Métricas”] </label>
[submit “QUERO COME?AR MEU BRANDING”]
</div>
[multistep leadxbranding first_step “https://xbranding.io/cadastro-servico/”%5DThank you for your reply Thomas.
I’ve tried creating a custom HTML variable on GTM to insert on a hidden field with ID “hidId” the visitorIP by calling my GTM variable “visitorIP” with this code:
<script type=”application/javascript”>
var hidId = document.querySelector(“#hidId”);
hidId.value={{visitorIP}};
</script>And it didn’t worked, also tried adding this code to my page, and it didn’t work also:
<script type=”application/javascript”>
var hidId = document.querySelector(“#hidId”);
hidId.value=google_tag_manager[“GTM-57N83NW”].dataLayer.get(“visitorIP”);
</script>Any idea what i’m doing wrong?
Figured out what I was doing wrong.
After getting the Webhook URL from zapier you need to fill the form so it can get data.Worked out great!
Forum: Plugins
In reply to: [Contact Form 7] Android-textarea- Field expands when typed inTested and it worked…