掲示板

need a CONTACT US form with validation, after submitting shud go to emailId

thumbnail
12年前 に Zeeshan Khan によって更新されました。

need a CONTACT US form with validation, after submitting shud go to emailId

Expert 投稿: 349 参加年月日: 11/07/21 最新の投稿
Hi guyz.....i have 1 reqirement and its very urgent as i have to show the demo to my CEO today or tomorrow.......so plz a quick reply wiil b gr8....

the requirement is like ---> i have to create a CONTACT US form with some fields, with HTTPS security, on submit it should be validated and the most important is after clicking the submit button it should go to an specific email ID........plz guyz help me out with codes......

THNX !!...
thumbnail
12年前 に Sandeep Nair によって更新されました。

RE: need a CONTACT US form with validation, after submitting shud go to ema

Liferay Legend 投稿: 1744 参加年月日: 08/11/06 最新の投稿
Hi,

You can use WebForm portlet for the same. Just configure the portlet with whatever custom fields you want and set the email id of the recepient

Regards,
Sandeep
thumbnail
12年前 に Zeeshan Khan によって更新されました。

RE: need a CONTACT US form with validation, after submitting shud go to ema

Expert 投稿: 349 参加年月日: 11/07/21 最新の投稿
Hi sandeep n thnx 4 ur reply.....

can u plz explain it in a broad way........i mean there are only some fields in webform portlet. If i want to have some more fields fo this CONTACT US form, where should i configure these fields and after clicking the SEND button, how to send this on a specific email ID.....???
thumbnail
12年前 に Sandeep Nair によって更新されました。

RE: need a CONTACT US form with validation, after submitting shud go to ema

Liferay Legend 投稿: 1744 参加年月日: 08/11/06 最新の投稿
In each of the portlet there is a configure option . Click the configure option on top right of the webform portlet, (the first icon in the set of 3 icons next to maximize and close icon)

Regards,
Sandeep
thumbnail
12年前 に Zeeshan Khan によって更新されました。

RE: need a CONTACT US form with validation, after submitting shud go to ema

Expert 投稿: 349 参加年月日: 11/07/21 最新の投稿
Hi Sandeep !!

Thnx very much for ur valuable suggestion.......everything is done now....
thumbnail
12年前 に Zeeshan Khan によって更新されました。

RE: need a CONTACT US form with validation, after submitting shud go to ema

Expert 投稿: 349 参加年月日: 11/07/21 最新の投稿
Hi Sandeep !!


one more thing i want to know......the current format of the WEBFORM is like every field is coming one by one(in a single column), i mean vertically aligned....like first name then down to that last name then down to that and so on...........if i want first name and last name in one row, then in other row role and company and so on, where to make the configurations..........


thnx !!
thumbnail
12年前 に Corné Aussems によって更新されました。

RE: need a CONTACT US form with validation, after submitting shud go to ema

Liferay Legend 投稿: 1313 参加年月日: 06/10/03 最新の投稿
You can do ths with CSS.
Every row is encapsulated by a span

<span class="aui-field aui-field-text"> 
 <span class="aui-field-content">
              <label class="aui-field-label" for="_1_WAR_webformportlet_INSTANCE_1uLi_field4"> MyName</label>
         <span class="aui-field-element ">
                <input class="aui-field-input aui-field-input-text" id="_1_WAR_webformportlet_INSTANCE_1uLi_field4" name="_1_WAR_webformportlet_INSTANCE_1uLi_field4" type="text" value=""> 
            </span>
     </span>
</span>

You need hard work to get this done. Either alter all spans for divs with javascript or a hook

Please move your question to the appropriate Category: Development ;
This will improve the chance of your questions being answered.
thumbnail
12年前 に Zeeshan Khan によって更新されました。

RE: need a CONTACT US form with validation, after submitting shud go to ema

Expert 投稿: 349 参加年月日: 11/07/21 最新の投稿
Hi Corné !

ok i will move my question to the DEVELOPMENT category.....can u tell me Corne where to put this code that u pasted...????
thumbnail
12年前 に Zeeshan Khan によって更新されました。

to move t he search box over the top banner image of liferay page

Expert 投稿: 349 参加年月日: 11/07/21 最新の投稿
Hi every1 !!

i finally able to create a search box on top of my liferay page.........now my manager has asked me to move that search box over the top banner such that the banner image should visible as a background image to that search box........plz help me guyz....how to acheive this requirement......???????
thumbnail
12年前 に Zeeshan Khan によって更新されました。

RE: to move t he search box over the top banner image of liferay page

Expert 投稿: 349 参加年月日: 11/07/21 最新の投稿
Hi !

its done....thnx