Request Form on Listing Page

Viewing 9 posts - 1 through 9 (of 9 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #6460
    sylviatopimr
    Spectator

    Do any of the purchase templates you have in the add on package had a request info form? We would like to have on the listing pages right next to the read more button and link that says request info. That will open a pop up email form for them to quick request information.

    We did it on the old plugin by adding this:

    listing_id, $FSREPconfig[‘ListingNameDisplay’]).'” onclick=”window.open(this.href,\’targetWindow\’,\’toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400px,height=500px\’);return false;”>Request Info

    <form method=”post” action=”http://upontherim.com/contact-form/request-info.php”><input type=”hidden” name=”name1″ value=”‘.fsrep_listing_name_gen($Listings->listing_id, $FSREPconfig[‘ListingNameDisplay’]).'”/><input type=”submit” name=”submit”/></form>

    #6520
    Merv Barrett
    Keymaster

    Your best option is to use the widget area and use a form plugin like GravityForms

    #6739
    sylviatopimr
    Spectator

    No I don’t want to do that because they need to be able to just have a quick pop up form for each property from the list of properties. That way they can submit a info request that pops up but they stay on the master list. Let me play with it I am sure I will have more questions.

    But none of your template include any request info forms though correct?

    #6772
    Merv Barrett
    Keymaster

    Correct, we have no front end form functionality… yet

    #6966
    sylviatopimr
    Spectator

    Maybe I should request that one too! LOL

    I will hook something up to work.

    #7708
    sylviatopimr
    Spectator

    Okay, so I am looking through everything and can I create a custom hook that is very similar to the hook_read_more.php? It would make a button like the read more one there now but it will instead link to a form page I have with class of popup (that will make it pop up in a little window).

    I would then need to pass along the title or some other piece of information so the client knows which property it is.

    On kind of the same note how do I change the “Read More” to say “Full Details”?

    Thank you,

    #7721
    Merv Barrett
    Keymaster

    Hi Sylvia

    You can use the hook like this to add a button like here to email a friend.

    #7750
    sylviatopimr
    Spectator

    That is going to work perfect. I couldn’t get it to show up but then I realized it was on the details page. I changed it to be in the epl_buttons_loop_property instead and it now show up on the cat page like I wanted.

    You can see it there now next to read more, it pop up to a little custom contact form so people can request information. I just need to format the look of the button now.

    But I need one more thing. How can I change the label on the Read More button to say Full Detail?

    BTW Thank you!!!

    #7751
    Merv Barrett
    Keymaster

    You can create custom templates which are loaded from your theme and edit them as you see fit. OR your theme may be automatically inserting “Read More” using a hook into the_excerpt() as the templates do not insert “Read More”.

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘Priority Support’ is closed to new topics and replies.