lpalmeida
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Plugin broken with Cf7 5.7.7Thanks for your help. It was CSP (Content Security Policy) rule. Everything is working fine, and the recaptha is working too.
Thank you very much. Keep the good work.
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Plugin broken with Cf7 5.7.7Hello again,
There is some js errors but is from the recaptcha. Always add this recaptcha errors and the multi-step was working.
URL: https://www.uniksystem.com/pt/formulario-de-admissao/
Step 1 Code:
[acceptance acceptance-777 class:acceptance] Declaro que tomei conhecimento do presente documento que constitui o Aviso de Privacidade [/acceptance]
[acceptance acceptance-778 class:acceptance] Autorizo o tratamento todos os dados por mim fornecidos, nos termos e para os efeitos do Aviso de Privacidade[/acceptance]
[radio marketing use_label_element default:1 “Autorizo o tratamento dos meus dados pessoais (Nome, data de aniversário, endere?o de email e n.o de telemóvel profissional) para envio de informa??o no ambito de protocolos com entidades parceiras, para que possa usufruir de acordos de parceria e protocolos de empresa com Entidades Terceiras de presta??o de servi?os.” “N?o autorizo o tratamento dos meus dados pessoais (Nome, data de aniversário, endere?o de email e n.o de telemóvel profissional) para envio de informa??o no ambito de protocolos com entidades parceiras, para que possa usufruir de acordos de parceria e protocolos de empresa com Entidades Terceiras de presta??o de servi?os.”]
[submit class:formbtn “Seguinte”]
[multistep multistep-933 first_step “/pt/formulario-de-admissao-page-2/”]
Step 2 Code:
Nome Completo * [text* NomeCompleto class:basicinfo] Data de Nascimento * [date* DataNascimento min:1930-01-01 max:2022-01-01 class:dateinfo placeholder “Data de Nascimento”] Naturalidade * [text* naturalidade class:basicinfo] Morada Fiscal (com código postal) * [text* morada class:basicinfo] Concelho de Residência * [text* concelho class:basicinfo] Distrito de Residência * [text* distrito class:basicinfo] Telefone/Telemóvel * [tel* telefone class:numbinfo] Email Pessoal * [email* EmailPessoal class:basicinfo] Contacto de Emergência (Nome) * [text* NomeEmerg class:basicinfo] Contacto de Emergência (Telefone) * [tel* TelefoneEmerg class:numbinfo] Estado Civil * [text* EstadoCivil class:basicinfo] Número de Dependentes [number NumDependentes class:numbinfo] Número de Contribuinte * [number* NumContrib class:numbinfo] Número do Cart?o de Cidad?o * [number* NumCC class:numbinfo placeholder “00000000 0 ZZ4”] Data de validade do Cart?o de Cidad?o * [date* DataValidCC min:2022-05-01 max:2060-01-01 class:dateinfo placeholder “Data Validade CC”] Número de Seguran?a Social * [number* NumSS class:numbinfo] Número da Carta de Condu??o [number NumCarta class:numbinfo] Matrícula Automóvel [text matricula class:numbinfo placeholder "00-PL-00"]
Anexar Dados
IBAN (comprovativo) * [file* iban limit:4000000 filetypes:pdf|jpg|jpeg|png|docx|txt class:fileupload id:file-upload] Habilita??es literárias (comprovativo) * [file* habilitacoes limit:4000000 filetypes:pdf|jpg|jpeg|png|docx|txt class:fileupload id:file-upload1] Registo Criminal * [file* RegistoCriminal limit:4000000 filetypes:pdf|jpg|jpeg|png|docx|txt class:fileupload id:file-upload2] Fotografia de Perfil * [file* FotoPerfil limit:4000000 filetypes:pdf|jpg|jpeg|png|docx|txt class:fileupload id:file-upload3]
[recaptcha]
[submit class:formbtn “Submeter”]Cancelar[multistep multistep-464 last_step send_email]
- This reply was modified 1 year, 4 months ago by lpalmeida.
Thanks in advance, I follow your instructions, and worked like a charm.
If you need me for anything, don’t hesitate to drop a line
Luís Almeida
Should I release this fix to the public? What you think about? New version like (2.9.6.1), hope we can make a great community and move forward
I will test, thanks
Is ok, i only change the “mydomain” to $_SERVER[‘HTTP_HOST’]
Works, without edit the file every time is installed on another domain.
Cool
Give my thanks to your friend (Novadir)
I already put the plugin in a git repository:
https://bitbucket.org/lightnoise/kingcomposer/src/master/
Who would like to participate?
Thanks
I understand, but it seems like the developers are ghosts… Maybe we can get a clone and put the plugin on a public git, and a community can give the continuous project. I’m open to help, my strong is front office (HTML, CSS and some JavaScript). My formation is UI/UX / Web Designer.
Don’t let die, this fabulous plugin. What you think about it?
Best regards
hello,
You can use the plugin archive website. Check this out:
https://pluginarchive.com/wordpress/kingcomposer
You welcome
Good news.. thank you for your reply. Lets see.. ??
Hello,
I have the same feelings, Is there a way to the community take a part in the update process? What are the next steps?
Hello again,
I forget to thank you for your resolution, in case i have the same problem.:)
Hello,
Strange, i update a few sites, and everything is ok, i don′t have problems with update major button (wordpress button). The only problem is the kingcomposer save button, give a warning that the update/save was made but with some errors, that i should check. But this error was there before i made the update.
KingComposer is the best editor in wordpress, simple and effective.
I hope that someone get hands on it.Thank′s
Yupiiii … kingComposer is not dead.
2.9.6 (7 Jan, 2021)
[Fix] Button edit width KC in WP editorThanks for the update
Meanwhile you can disable the gutenberg editor in functions.php to work with the plugin kingcomposer
add_filter( 'use_block_editor_for_post', '__return_false' );
What the @gayanakmeemana said is that if you install the classic editor the function from KC will work, because disable the Gutenberg Editor.
The problem is the new Gutenberg Editor features make the KC stop working.