Form Not Showing Correctly + Hook Not Working For me

Home Forums Quform WordPress Form Not Showing Correctly + Hook Not Working For me

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19627
    HeadStudios
    Participant

    Hi,

    The QuForm located at this URL is not working for me:
    http://www.wetcheck.com.au/write-a-review/

    Specifically the issues are the drop downs and the difficulty in pressing the ‘Publish a Review’ button. A smaller issue is that the ‘Publish a Review’ button looks strange with an unusually large red border.

    Please note that I am using the Safari browser and below I am including a screenshot of what the drop down looks like:
    http://prntscr.com/c1frz7

    In fact many of the other drop downs simply do not work – with the inability to display the drop down options when a drop down is clicked.
    Note: I have just checked and confirm this issue occurs in Firefox also.

    2) Also I want to have some code execute after a form is submitted. I have been advised to use your hooks and my plan was to test and troubleshoot the code. Below is what I have added to the bottom of my functions.php file:

    ‘function my_post_validate($form)
    {
    $escort_name = $form->getValue(‘iphorm_1_1’);
    echo “Form is validating <br />”;
    echo “Here is the name of the escort: “.$escrot_name;
    die();
    }
    add_action(‘iphorm_post_validate’, ‘my_post_validate’);’

    I can confirm that the hook must work since after this code is added I get an error trying to submit the form – from what I assume is the die() function. However I am unable to troubleshoot the code as my echos are not displayed on the page. Any advice/input you can give on development as far as how to troubleshoot the code by being able to display the echos inside the hook would be much appreciated.

    Also I should note that I am happy to provide you WordPress/FTP details in case you need to further troubleshoot this issue however I see no secure way of doing this through the forum – at this point I’d like to note that no CSS styling is shown on the forum:
    http://prntscr.com/c1fulf

    This seems to be an issue with my Safari not displaying the CSS of some support websites.

    In either case any input you can give on my issues would be much appreciated – as well as where to send secure login details should you need to take a look.

    #19635
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #19709
    HeadStudios
    Participant

    Hi,

    I am trying to create a new theme however the CSS seems to be getting pulled from the default CSS file.

    When I look at the top of the .css file in ‘iphorm-form-builder/css’ it says:

    ‘IMPORTANT: If you update the iPhorm plugin this file will also be updated. Thus if you make changes in here you will lose them!

    We strongly recommend you make your own theme by duplicating one of our theme folders and renaming it. This way you will not lose anything.’

    I have gone into ‘themes’ and duplicated the ‘dark’ theme, renamed the folder to ‘newone’ and also changed the dark.css file to have ‘Theme Name: New One’ at the top – then I selected ‘New One’ from the ‘Theme’ drop down on the form styles:

    http://prntscr.com/c81y00

    However when I check the CSS for the form here:

    Write a Review

    It is still pulling from the default css file – I have removed all the submit button CSS from there and my issue is resolved (as I had an issue with my submit button looking weird) – however I had assumed it would start being pulled from the newone/dark.css file.

    Any input you can give would be much appreciated.

    #19711
    Allan
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy