Questions tagged [contactus]
32 questions
0
votes
1 answer
How to manage .env file in order to receive email in contact form in laravel?
I am working on a website in which I have built contact us form which has both controller and html as shown below.
The snippets of controller code is :
{
return view('posting');
}
public function store(Request $request)
{
/*
dd($request->all());
*/…

john
- 11,311
- 40
- 131
- 251
0
votes
1 answer
How to pull HTML form details in controller in Laravel 5.4?
I am working on building a form in which I want to populate the fields coming from form (which I have named posting.blade.php)
The controller which I have used for that is:
public function store(Request $request)
{
$this->validate($request, [
…

john
- 11,311
- 40
- 131
- 251
0
votes
2 answers
How to notify a user their email has been sent on the same page rather than page redirect
I'm new to PHP and am using a script to send emails when a user makes use of a websites contact us form. The emails are working fine. The problem I have however is that when a user submits a message they are redirected to a new page stating "Contact…
user983988
0
votes
3 answers
Remove Contact Form 7 CSS and JavaScript Unless Contact form 7 shortcode is used in the page
I want to show the css and javascript only when the shortcode is used in that page. If the short code not present in the wordpress page then the js and css of contact form should not be shown. For that what i have done is i have pasted the following…

J. Shabu
- 1,013
- 9
- 22
0
votes
0 answers
Rails, Contact_us: Net::SMTPFatalError (550-Your FROM address
I'm using contact_us gem and it was working well until I added another mailer. The second mailer is working well but the contact_us form works just when the email field is my default from email in another mailer! Here are the files and…

Aboozar Rajabi
- 1,683
- 21
- 26
0
votes
0 answers
Contact us form not working:magento
I am using Magento ver. 1.9.2.4.
I have issue in magento default contact us form. When I try to submit the form, I'm getting this error
"Unable to submit your request. Please, try again later"
I also do RnD like…

Bhavesh
- 51
- 8
0
votes
0 answers
error in contactus form after hosting it on server
I am facing this error. I have created one contacts form in php via which I can receive mails from users. I uploaded it on big rock hosting. But I am getting this error which is in the image I am giving my php code in description.
0
votes
1 answer
ASP.net Contact Form Sending an email error
i really need help on one thing. I have a website and in that website i have contact us page in which the users can contact the admin about the page or any other stuff.
The problem is when i try to render the page, it gives me an error saying
The…

karan
- 1
- 1
0
votes
2 answers
Contact Us Form ASP.net MVC
I have created contact us form with the following code:
ConatModels.cs
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Web;
namespace DemoVer1.Models
{
public class…

Sarah.Q
- 1
- 1
- 1
0
votes
1 answer
my contact us asp.net page doesn't send email
i am designing a website by asp.net c# , and i am a beginner to the language.
i have created contact us page and i followed altos of tutorials but it did not work, can anyone help me what's the error? this is my contactus.aspx page :
<
table>
…
0
votes
1 answer
Browser discrepancy
when im trying to test it with safari and ie it doesnt display any result :( instead an empty page loads.,same also with my contact form.,
…

Challah
- 1
- 1
0
votes
0 answers
how to create a contact form in Joomla 2.5 without using an extension
I'm working towards keeping site light.
Thanks.

scottnsd
- 5
- 4
0
votes
1 answer
How to exclude google adsense from contact us page?
I would like to exclude google adsense which is in a floating bar from the contact us,home and privacy policy pages.The floating plugin has no option to do this.
This would be the page: http://elraffe.com/contact-us/
I tried many things already,but…
0
votes
2 answers
Contact page php
Problem - > on clicking send button opens 'send.php' code in the browser and no success message displaying
Html code-

user2446821
- 25
- 2
- 8
0
votes
1 answer
What database table is the Magento Contact Us Email Options stored in?
For an application I am writing, I need to know where some of the settings in the Admin Panel are being stored in a table on the database. Specifically, if one is logged into the Admin Panel, under System->Configuration->Contacts->Email Options,…

Emil Stewart
- 488
- 1
- 7
- 17