Tagged: CONTACT FORM, enfold
-
AuthorPosts
-
May 26, 2015 at 7:20 pm #450278
Hi Guys,
Me again, still using your amazing template for a new client.
My client need to connect a contact form to a web service (using soap) in order to get created a database with potential customers.
I’ve a unique id/key (like 12345678901234567890) that have to be sent to be able to connect to the web service and send the informations needed like name, phone, email,… filled in a contact form.
Is there any solution to do that with the shortcode contact form?
I’ve some php lines that should do the job but I don’t know how to connect with the shortcode contact form.Many thanks if you can help.
May 27, 2015 at 4:43 pm #450659Hey eldrico!
It’s bordering on custom work but we do have a filter for this on line 679 in /enfold/framework/php/class-form-generator.php.
$proceed = apply_filters('avf_form_send', true, $new_post, $this->form_params);
You might be able to get something worked out with that.
Regards,
ElliottJune 1, 2015 at 9:07 pm #452770Hi Elliott,
Thanks for your answer. As i’m not a professional php coder I guess I will have a look on how to use filter ;o) I guess I’ve to “hook” to your filter in order to connect everything. If you have any tips, do not hesitate ;o)
Thanks for helping, I’ll let you know if I find the solution and will post it here in case it may help other people.
Eldrico,
June 2, 2015 at 2:59 pm #453149Sorry Elliott, me again.
Can you help me with that noob question please?
I’ve seen Dude answers (https://kriesi.at/support/topic/process-form-params-instead-sending-via-e-mail/) that should help me. But my question is to know if I’ve to modify the function.php and the specific line 679 or if I’ve to add my php codes (hookable on your filter) in a “code shortcode” on my contact form page (for example) to make the action working?Thanks and sorry for being noob ;o)
June 3, 2015 at 9:04 am #453621Hey!
Those are a advanced customizations / modifications of our themes, and we do not support them through the forums.
http://kriesi.at/contact/customizationYou can point them on the filter, and thy will guide you / code it for you.
Cheers!
BasilisJune 3, 2015 at 11:40 am #453686Ok Basilis,
Thanks for your answer. It’s just that I’ve seen Dude’s post and seen that he was helping a bit more with the hook on filter…
it’s okay, i’ll find myself.thanks
-
AuthorPosts
- The topic ‘connecting form to soap’ is closed to new replies.