Forum Replies Created
- AuthorPosts
MAXIS322718
ParticipantNot a lot has altered your code that was hiding the error message if it is pressed the send button without filling the fields and then open another form. It seems to work just don’t know if I did?
<script>
jQuery(document).ready(function ($) {
$('#mpcth_content_wrap').on('click', '.mpcth-post .mpcth-read-more-my', function () {
var $post = $(this).closest('.mpcth-post'),
imageSrc = $post.find('.mpcth-post-thumbnail img').attr('src'),
title = $post.find('.mpcth-post-title-p').text().trim();// Set the image
$('.iphorm_1_4-element-wrap img').attr('src', imageSrc);// Set the title
$('.iphorm_1_3').val(title);// Show the form
$('.iphorm-fancybox-link-1').click();$('div').remove('.iphorm-errors-list');
return false;
});
});
</script>And another question would it be possible to send this picture in e-mail?
Thank You very much.
You’re a miracle worker. You have the best support.- This reply was modified 9 years, 9 months ago by
MAXIS322718.
MAXIS322718
ParticipantTo download Ajax used gallery portfolio theme Blaszok – Multi-Purpose Responsive Theme
here is the link http://master-dom-nk.ru/repuk
I hope you can help me.MAXIS322718
ParticipantHello, I was thinking , and it is possible to do so
to create a field in the advanced settings to set a variable say post_title c-like code
function mytheme_title_post()
{
$now = get_the_title();return $now;
}
add_filter('iphorm_element_value_title_post', 'mytheme_title_post');And maybe run it through a cycle like this makes it Essential Grid. Any ideas?
MAXIS322718
ParticipantYour option is exactly the same as me. And it is not working as it should.
So I do so. Suppose I have 10 products with custom records. The header of each page of the product 1, product 2, product 3 and so on until ten. I like to take them through the plugin Essential Grid. Create a specific page for example page title Page grid Then I tied to each item from the grid one Qform form. assume such code[iphorm_popup id="1" name="product"]to Know the price[/iphorm_popup]
. And send test email.
In this letter, I get the post title and have it all 10 items of the same is the header page of the Page grid, in principle, logical form starts on page Page of the grid. And I had, what would each name
page was his. That is, when sending the goods 1 came the title of item 1,2,3 and so on . That’s why you and I asked is it possible to set this parameter{post_title}
title in manual for example via shortcode. But I understand that you have to create separate 10 qform for each product with their headers that would know the name of the product I understood correctly?MAXIS322718
ParticipantThank you everything works. You ,as always on top in terms of hold 🙂
Tell me when you plan to exit 2 qform ? And it has a lot of analogues with a more modern design, but in terms of functionality you are way ahead of all. And you will update the form design, then You will not be equal.MAXIS322718
ParticipantHow to use this script cURL method?
MAXIS322718
ParticipantThank You very much!!
It worked, second amendment with the quotation marks work.
Please tell me, and what data need first way Send form data to another script with curl?
You have a very good product. I wish You that he would develop and become more functional and modern.MAXIS322718
ParticipantYour suggested code above only works within Quform forms
MAXIS322718
Participant
function my_form_redirect($url, $form)
{
$data = array(
'name' => $form->getValue('iphorm_4_1'),
'email' => $form->getValue('iphorm_4_2'),
);$data = array_map('rawurlencode', $data);
$url = add_query_arg($data, 'http://my-site.ru/script.php');
return $url;
}
add_action('iphorm_success_redirect_url_4', 'my_form_redirect', 10, 2);
Here is the refactored code from your example. The same script “script.php ” the result is empty
name:
I want to output the data to the remote script and display these dataMAXIS322718
ParticipantThanks, I thought so I’m just hoping that there is some output. Thank you very much!
MAXIS322718
ParticipantWhy it does not work exactly as you wrote there are other options?
MAXIS322718
ParticipantThank you all works !!!
The only you there is a syntax error extra bracket ‘)’ well, it’s so suddenly someone will need this code. And so you have a very good product.MAXIS322718
ParticipantIt is a pity that you do not understand me I am from Russia and I communicate with you through a translator but I’ll try to explain to you in detail what I wanted because the fact that you wrote a little’t what I wanted
As you can hide form after a successful upload, depending on the user ID.
Suppose that the user Admin sent successfully shape its form becomes invisible and user Test has not yet sent its form is visible. Is that possible?MAXIS322718
ParticipantHello.
As you can hide form after a successful upload, depending on the user ID.
Suppose that the user Admin sent successfully shape its form becomes invisible and user Test has not yet sent its form is visible. Is that possible?- This reply was modified 9 years, 9 months ago by
- AuthorPosts