Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > form contact us after click submit button call other page View modes: 
User avatar
Member
Member
shubhnath-clavax - 7/26/2013 12:20:11 AM
   
form contact us after click submit button call other page
Hi below is my query

please give me exact solutions that's really appreciate,

1= form contact us after click submit button call other page

actually problem is my contact us form those user message are save those are authenticate user rest user are show this page but user are click on contact us page first authenticate user valid or not if user are valid than saved message other wise redirect to registration page please help me out what the procedure I will follow.


Thanks
james

User avatar
Certified Developer 8
Certified Developer 8
ashish.narnoli12-gmail - 7/26/2013 1:00:47 AM
   
RE:form contact us after click submit button call other page
Hi James/Shubhnath,

You would need to develop the functionality by yourself by using below link

Modifying code of standard web parts


Thanks!
Ashish Narnoli

User avatar
Member
Member
shubhnath-clavax - 7/26/2013 1:03:35 AM
   
RE:form contact us after click submit button call other page
Thanks for reply can you please suggest exact flow of development ,

I am waiting for reply

Thanks

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 7/29/2013 9:30:33 AM
   
RE:form contact us after click submit button call other page
Forms have the ability to redirect after submission to a page pretty easy. On the general tab, simply enter the path to the page you have created in the content tree. Then when a user successfully submits the form, they are redirected.

If you want to perform other actions on that page, for instance check if they are authenticated or automatically log them in, I'd suggest creating a custom web part that will follow your specific business rules.