create a button on the address form?

  • Posts: 8
  • Thank you received: 0
11 years 1 month ago #125625

you can create a button on the address form? and the button to be a link?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #125631

Hi,

Yes, You have to edit the view "address / form" via the menu Display > Views.
Then just add the HTML code to add a button.

Please Log in or Create an account to join the conversation.

  • Posts: 8
  • Thank you received: 0
11 years 1 month ago #125684

hi xavier,

thank you very much for your answer, however it is possible that you send an example please?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #125714

<input type="button" value="MyButtonName" onclick="window.location = 'http://www.mysite.com/'"/>

Please Log in or Create an account to join the conversation.

  • Posts: 8
  • Thank you received: 0
11 years 1 month ago #125734

thanks Xavier
I created the button, now want the link to open in a new window not in the same window, which is the code?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #125802

Hi,

Thanks to do some search on the web for this kind of questions.
There is a lot of documentations about html ;)

You have to add the attribute

target="_blank"
in the button code.

Please Log in or Create an account to join the conversation.

Time to create page: 0.070 seconds
Powered by Kunena Forum