Contact Form Modification

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
12/3/2009 1:29:39 AM
Gravatar
Total Posts 550

Re: Contact Form Modification

You NO need to go to dvanced Tools > Feature Installation/Configuration > Contact Form > Feature Settings

You must go to you pages that you created.

Do you added Contact form on your pages?

 

12/3/2009 1:39:09 AM
Gravatar
Total Posts 70

Re: Contact Form Modification

Yes I already added contact form on my page.

Set the Email Address to (p.decf@yahoo.com)

It renders the message succeffully sent.

It goes to my Spam Emails.

 

Help please.

Thanks.

12/3/2009 1:44:12 AM
Gravatar
Total Posts 550

Re: Contact Form Modification

See this sections in web.config:



<!-- ******* email settings

Note you also need to specify smtp settings further below in system.net section the settings here appply to features but

the settings in the system.net.mailsettigns section are used by site registration and password recovery -->

 

<add key="DisableDotNetOpenMail" value="true" />

<add key="SMTPServer" value="localhost" />

<add key="SMTPRequiresAuthentication" value="false" />

<add key="SMTPUseSsl" value="false" />

<add key="SMTPPort" value="25" />

<add key="SMTPUser" value="UserName" />

<add key="SMTPPassword" value="UPassword" />

<add key="SMTPTimeoutInMilliseconds" value="30000" />

<!-- leave this blank for ascii encoding, allowed values are utf-8, utf-32, and unicode -->

<add key="SmtpPreferredEncoding" value="" />

 

 

<!-- ******* end email settings -->

 

 



<mailSettings>

<smtp from="noreply@yourdomain.com">

<network host="localhost" port="25" password="" userName="noreply@yourdomain.com" />

</smtp>

</mailSettings>

12/3/2009 2:00:09 AM
Gravatar
Total Posts 70

Re: Contact Form Modification

Hello Asad,

I have the same email settings.

I receive my mails but it goes to my Spam Folder.

Thank you.

12/3/2009 2:06:17 AM
Gravatar
Total Posts 70

Re: Contact Form Modification

Hello Again,

I notice on my Link and Blog module when I try to add post I have this error.

 

We're sorry but a server error has occurred while trying to process your request.

The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the home page.

 

What can be causing these?

Your help is greatly appreciated.

 

Thank you.

 

12/3/2009 2:14:35 AM
Gravatar
Total Posts 550

Re: Contact Form Modification

Hi,

First of all please request new question as a new topic .

But for this error you can see log of system from administration Menu and paste it here. I may can help you.

Best,

Asad

12/3/2009 2:19:48 AM
Gravatar
Total Posts 70

Re: Contact Form Modification

Hello,

Ok I'll post new topic for this.

Thanks for the great help.

Cesse

6/27/2010 10:25:30 PM
Gravatar
Total Posts 70

Re: Contact Form Modification

This issue has been solve using MojoPortal 2.3.4.4 . Upgraded my Mojo version installed.

 

Thanks

6/27/2010 10:38:58 PM
Gravatar
Total Posts 70

Re: Contact Form Modification

Hello Joe & Asad,

 

Is there a way that I can change the textbox to perhaps a textarea on  Contact Form Feature Instance Settings on the following:

           Email Address to Receive Submissions 

           Display Alias For Receiving Email Address

 

I have to input MORE THAN 255 characters and the textbox can only accept 255 characters of user input.

 

Your help will be greatly appreciated.

 

Thanks 

 

Cesse

6/28/2010 8:36:02 AM
Gravatar
Total Posts 18439

Re: Contact Form Modification

You are mistaken there is no 255 character limit on those settings, but no we will not use textarea there. If you need to customize it further you should clone it and build your own contact form, it is not a complicated feature, it should be fairly easy for a developer to make your own feature similar to our contact form.

Best,

Joe

7/6/2010 5:15:05 AM
Gravatar
Total Posts 70

Re: Contact Form Modification

Hi,

This is on the Contact Form Feature Instance Settings :

The text box for Email Address to receive Submissions and Display Aliases for receiving  Address can only hold 250 character of user input by Default, I have to input more than 250 characters. 

Can I change the text box to text area? Or any suggestions? 

 

Thanks.

 

 

Cesse

You must sign in to post in the forums. This thread is closed to new posts.