David
Forum Replies Created
-
AuthorPosts
-
DavidParticipant
I think at the moment I would like the reply box filled with a standard form, but if this is not achievable then a separate form could be used.
The form would be very simple text, something like this:
————————————————————
I confirm acceptance of the above quote.
Full Name:
Nationality:
Email Address (Optional):
Tel Number (Optional):
Start Date:
End Date:
Total Cost:
Your booking will be confirmed when the driver confirms acceptance of this message.
—————————————————————–
DavidParticipantI have just noticed that this can be done with CSS now, I think it has changed since I last looked at it…
March 24, 2018 at 2:11 am in reply to: Make "Send Message" and "Reply" button show spinner animation on send. #12605DavidParticipantThanks for the answer.
DavidParticipantWorked perfectly.
Thanks as always for your quick response.
Regards,
David
DavidParticipantThanks, I do not remember doing it or why I did it!
Problem solved.
DavidParticipantNo still not working. $adcontact_name from the other plugin works ok in the link but does not work in the shortcode. I have asked the other plugin guys if they can offer any help.
I don’t really want to give access to the site at the moment. Thanks for the offer but I will see if I get anything from the other plugin first.
DavidParticipantI’ll keep trying and let you know. I think I may have figured it out.
DavidParticipantNo, I’m logged in as Administrator. I want the form to be prepopulated with the name of the ad contact name. So it will change for every ad.
DavidParticipantIf I use the first link:
href=”https://mysite.com/offer/?fepaction=newmessage&to=$adcontact_name&message_title=Re: $title
everything works great.
But if I use the shortcode:
echo do_shortcode(“[fep_shortcode_new_message_form to=$adcontact_name subject=Re: $title]”);
the form does not show.
DavidParticipantYes, sorry you are right, and now I have read the note at the bottom of that page. Sorry about that.
Anyway, I am trying to make it work using an input from another plugin. At the moment I am using the following link:
href=”https://mysite.com/offer/?fepaction=newmessage&to=$adcontact_name&message_title=Re: $title
where $adcontact_name gives the user nicename generated by the plugin.
Unfortunately if I use it in the shortcode as follows it doesn’t work;
echo do_shortcode(“[fep_shortcode_new_message_form to=$adcontact_name subject=Re: $title]”);
Any ideas or help would be appreciated.
DavidParticipantSorry for the mistype. I confirm I have tried [fep_shortcode_new_message_form] and it is not working. Also tried it on another site and no display.
DavidParticipantHi, thanks for that.
I tried the fep_shortcode new_message_form in php but couldn’t display the form. So I tried all the shortcodes in a new page and got the following results:
[fep_shortcode_new_announcement_count] – not displaying
[fep_shortcode_new_message_count] – not displaying
[fep_shortcode new_message_form] – not displaying
[front-end-pm] – working ok
[fep_shortcode_message_to] – working okAm I missing something?
DavidParticipantSorry, not a specific user but a specific user role “business”.
Thanks
DavidParticipantAwesome service and awesome plugin!
Many thanks as ever for your quick replies 🙂
DavidParticipantI haven’t created the role yet as I was waiting to see if it could be done. So to keep it simple we can call them “Business”.
-
AuthorPosts