Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • in reply to: Load More via ajax not working pop-up window. #16357
    MAXIS322718
    Participant

    Not 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.
    in reply to: Load More via ajax not working pop-up window. #16336
    MAXIS322718
    Participant

    To 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.

    in reply to: post_title Quform #15603
    MAXIS322718
    Participant

    Hello, 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?

    in reply to: post_title Quform #15598
    MAXIS322718
    Participant

    Your 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?

    in reply to: automatically close popup Windows #14933
    MAXIS322718
    Participant

    Thank 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.

    in reply to: Send form data to another script not working. #12440
    MAXIS322718
    Participant

    How to use this script cURL method?

    in reply to: Send form data to another script not working. #12407
    MAXIS322718
    Participant

    Thank 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.

    in reply to: Send form data to another script not working. #12400
    MAXIS322718
    Participant

    Your suggested code above only works within Quform forms

    in reply to: Send form data to another script not working. #12399
    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 data

    in reply to: IntegrationYANDEX money #8235
    MAXIS322718
    Participant

    Thanks, I thought so I’m just hoping that there is some output. Thank you very much!

    in reply to: IntegrationYANDEX money #8229
    MAXIS322718
    Participant
    in reply to: IntegrationYANDEX money #8206
    MAXIS322718
    Participant

    Why it does not work exactly as you wrote there are other options?

    in reply to: hide form ID user #8170
    MAXIS322718
    Participant

    Thank 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.

    in reply to: Upgrading custom fields for user ID #8084
    MAXIS322718
    Participant

    It 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?

    in reply to: hide form ID user #8070
    MAXIS322718
    Participant

    Hello.
    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?

Viewing 15 posts - 1 through 15 (of 18 total)
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy