Button changing it's text & action. Good or terrible? The 2019 Stack Overflow Developer Survey Results Are InDoes changing behaviour of a link depending on which mouse button is clicked affects usability?Is 'crazy' good?changing text on user mouseoverDesktop application problem: how to present a new option without confusing existing usersDealing with overlaps in dynamically changing positionsIs it a good idea to use a Floating Action Button for non-actions?Using a registered trademark in an action buttonShould I use a button for an often used value in combination with a text field?With link and button side by side, and the link is the more important action, how can I SHOW that it's the more important and frequent action?Improving button state by only changing colours

Can someone be penalized for an "unlawful" act if no penalty is specified?

FPGA - DIY Programming

Is an up-to-date browser secure on an out-of-date OS?

Origin of "cooter" meaning "vagina"

Is "plugging out" electronic devices an American expression?

What is the meaning of the verb "bear" in this context?

What do hard-Brexiteers want with respect to the Irish border?

Geography at the pixel level

Why is the maximum length of OpenWrt’s root password 8 characters?

How can I autofill dates in Excel excluding Sunday?

Return to UK after being refused entry years previously

Resizing object distorts it (Illustrator CC 2018)

Is this app Icon Browser Safe/Legit?

Does the shape of a die affect the probability of a number being rolled?

What does ひと匙 mean in this manga and has it been used colloquially?

Pokemon Turn Based battle (Python)

What do the Banks children have against barley water?

What tool would a Roman-age civilization have for the breaking of silver and other metals into dust?

Falsification in Math vs Science

Should I use my personal e-mail address, or my workplace one, when registering to external websites for work purposes?

How are circuits which use complex ICs normally simulated?

What is the accessibility of a package's `Private` context variables?

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

Can you compress metal and what would be the consequences?



Button changing it's text & action. Good or terrible?



The 2019 Stack Overflow Developer Survey Results Are InDoes changing behaviour of a link depending on which mouse button is clicked affects usability?Is 'crazy' good?changing text on user mouseoverDesktop application problem: how to present a new option without confusing existing usersDealing with overlaps in dynamically changing positionsIs it a good idea to use a Floating Action Button for non-actions?Using a registered trademark in an action buttonShould I use a button for an often used value in combination with a text field?With link and button side by side, and the link is the more important action, how can I SHOW that it's the more important and frequent action?Improving button state by only changing colours



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








7















enter image description here
After the user Registers for an event (he goes to cart and pays, etc.) the next time he visits the page, the event for which he registered now shows a less emphasized Unregister button, which does the exact opposite of what it did until the event was purchased.



Is it a good practice to have the same button change it's function or is it bad and confusing?



Update:

If it helps anyone, I went with this layout:
enter image description here









share






























    7















    enter image description here
    After the user Registers for an event (he goes to cart and pays, etc.) the next time he visits the page, the event for which he registered now shows a less emphasized Unregister button, which does the exact opposite of what it did until the event was purchased.



    Is it a good practice to have the same button change it's function or is it bad and confusing?



    Update:

    If it helps anyone, I went with this layout:
    enter image description here









    share


























      7












      7








      7


      1






      enter image description here
      After the user Registers for an event (he goes to cart and pays, etc.) the next time he visits the page, the event for which he registered now shows a less emphasized Unregister button, which does the exact opposite of what it did until the event was purchased.



      Is it a good practice to have the same button change it's function or is it bad and confusing?



      Update:

      If it helps anyone, I went with this layout:
      enter image description here









      share
















      enter image description here
      After the user Registers for an event (he goes to cart and pays, etc.) the next time he visits the page, the event for which he registered now shows a less emphasized Unregister button, which does the exact opposite of what it did until the event was purchased.



      Is it a good practice to have the same button change it's function or is it bad and confusing?



      Update:

      If it helps anyone, I went with this layout:
      enter image description here







      usability interaction-design layout design-patterns information-design





      share














      share












      share



      share








      edited 4 hours ago







      Dennis Novac

















      asked 7 hours ago









      Dennis NovacDennis Novac

      1444




      1444




















          2 Answers
          2






          active

          oldest

          votes


















          13














          You can change the button to reflect the only available action, but separate the display of state.



          In your example, you replace the button label with the only available action: that of reverting (unregistering).



          Where it starts to get a little confusing is you have a checkmark icon next to the button label.



          One approach is to separate them. Emphasize the state 'You are attending' from the action.



          Since the primary action when scanning the list is Register, you can make the Unregister button more subtle.



          enter image description here



          Depending on the business goals, if you need to deemphasize the act of unregistering, you can perhaps make a subtle link.



          enter image description here



          This example emphasizes the current state 'Attending' so it's clear at a glance.



          This also uses distinct language to more clearly differentiate state from action.






          share|improve this answer

























          • Even though having Unregister as small and subtle as possible would be great for business goals, it just doesn't fit the overall view and idea of the page. Probably will use this version: prntscr.com/na9sd2

            – Dennis Novac
            5 hours ago











          • @DennisNovac Thanks for the feedback... Button / action size is just a graphic suggestion. The main emphasis I wanted to impart is clarity between state and action.

            – Mike M
            5 hours ago



















          2














          Do not "less emphasize" it!



          These are two different buttons with two different functionalities that are EQUALLY important.



          There is nothing wrong with having the "Unregister" button replacing the "Register" button, but do not "less emphasize" it.



          I actually got confused when I saw the greyed out "Unregister" button with a check-mark next to it. Only after I further read your question I understood why this button looks like that.



          Recommendations:



          • Show something like "Already registered" label (with the check-mark maybe) for users who are already registered and coming back to revisits the page.

          • Display the "Unregister" button in blue just like the "Register" button and remove the check-mark that you added next to "Unregister".

          I understand that you are trying to discourage Unregistering buy less-emphasizing the button, but that made it very confusing.




          UPDATE:



          I just noticed Mike's answer (I think it was posted a couple minutes before mine). I echo his idea: "Depending on the business goals, if you need to deemphasize the act of unregistering, you can perhaps make a subtle link".



          END OF UPDATE






          share|improve this answer




















          • 1





            Well I don't see anything that horrible about making a button less noticeable, in case you want users to use it less often. Am I missing something?

            – Dennis Novac
            5 hours ago






          • 1





            Yes, it is not wrong to make a button less noticeable, but not the way it is done in your question. It is confusing. The button looks disabled and the check-mark made it even more confusing. The reason I added the update section in my answer was to express that I like the idea of using the subtle link as a good way to less emphasize the option. However, making it confusing and hard to achieve is wrong.

            – Mo'ath
            3 hours ago











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "102"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fux.stackexchange.com%2fquestions%2f124994%2fbutton-changing-its-text-action-good-or-terrible%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          13














          You can change the button to reflect the only available action, but separate the display of state.



          In your example, you replace the button label with the only available action: that of reverting (unregistering).



          Where it starts to get a little confusing is you have a checkmark icon next to the button label.



          One approach is to separate them. Emphasize the state 'You are attending' from the action.



          Since the primary action when scanning the list is Register, you can make the Unregister button more subtle.



          enter image description here



          Depending on the business goals, if you need to deemphasize the act of unregistering, you can perhaps make a subtle link.



          enter image description here



          This example emphasizes the current state 'Attending' so it's clear at a glance.



          This also uses distinct language to more clearly differentiate state from action.






          share|improve this answer

























          • Even though having Unregister as small and subtle as possible would be great for business goals, it just doesn't fit the overall view and idea of the page. Probably will use this version: prntscr.com/na9sd2

            – Dennis Novac
            5 hours ago











          • @DennisNovac Thanks for the feedback... Button / action size is just a graphic suggestion. The main emphasis I wanted to impart is clarity between state and action.

            – Mike M
            5 hours ago
















          13














          You can change the button to reflect the only available action, but separate the display of state.



          In your example, you replace the button label with the only available action: that of reverting (unregistering).



          Where it starts to get a little confusing is you have a checkmark icon next to the button label.



          One approach is to separate them. Emphasize the state 'You are attending' from the action.



          Since the primary action when scanning the list is Register, you can make the Unregister button more subtle.



          enter image description here



          Depending on the business goals, if you need to deemphasize the act of unregistering, you can perhaps make a subtle link.



          enter image description here



          This example emphasizes the current state 'Attending' so it's clear at a glance.



          This also uses distinct language to more clearly differentiate state from action.






          share|improve this answer

























          • Even though having Unregister as small and subtle as possible would be great for business goals, it just doesn't fit the overall view and idea of the page. Probably will use this version: prntscr.com/na9sd2

            – Dennis Novac
            5 hours ago











          • @DennisNovac Thanks for the feedback... Button / action size is just a graphic suggestion. The main emphasis I wanted to impart is clarity between state and action.

            – Mike M
            5 hours ago














          13












          13








          13







          You can change the button to reflect the only available action, but separate the display of state.



          In your example, you replace the button label with the only available action: that of reverting (unregistering).



          Where it starts to get a little confusing is you have a checkmark icon next to the button label.



          One approach is to separate them. Emphasize the state 'You are attending' from the action.



          Since the primary action when scanning the list is Register, you can make the Unregister button more subtle.



          enter image description here



          Depending on the business goals, if you need to deemphasize the act of unregistering, you can perhaps make a subtle link.



          enter image description here



          This example emphasizes the current state 'Attending' so it's clear at a glance.



          This also uses distinct language to more clearly differentiate state from action.






          share|improve this answer















          You can change the button to reflect the only available action, but separate the display of state.



          In your example, you replace the button label with the only available action: that of reverting (unregistering).



          Where it starts to get a little confusing is you have a checkmark icon next to the button label.



          One approach is to separate them. Emphasize the state 'You are attending' from the action.



          Since the primary action when scanning the list is Register, you can make the Unregister button more subtle.



          enter image description here



          Depending on the business goals, if you need to deemphasize the act of unregistering, you can perhaps make a subtle link.



          enter image description here



          This example emphasizes the current state 'Attending' so it's clear at a glance.



          This also uses distinct language to more clearly differentiate state from action.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 6 hours ago

























          answered 6 hours ago









          Mike MMike M

          11.8k12534




          11.8k12534












          • Even though having Unregister as small and subtle as possible would be great for business goals, it just doesn't fit the overall view and idea of the page. Probably will use this version: prntscr.com/na9sd2

            – Dennis Novac
            5 hours ago











          • @DennisNovac Thanks for the feedback... Button / action size is just a graphic suggestion. The main emphasis I wanted to impart is clarity between state and action.

            – Mike M
            5 hours ago


















          • Even though having Unregister as small and subtle as possible would be great for business goals, it just doesn't fit the overall view and idea of the page. Probably will use this version: prntscr.com/na9sd2

            – Dennis Novac
            5 hours ago











          • @DennisNovac Thanks for the feedback... Button / action size is just a graphic suggestion. The main emphasis I wanted to impart is clarity between state and action.

            – Mike M
            5 hours ago

















          Even though having Unregister as small and subtle as possible would be great for business goals, it just doesn't fit the overall view and idea of the page. Probably will use this version: prntscr.com/na9sd2

          – Dennis Novac
          5 hours ago





          Even though having Unregister as small and subtle as possible would be great for business goals, it just doesn't fit the overall view and idea of the page. Probably will use this version: prntscr.com/na9sd2

          – Dennis Novac
          5 hours ago













          @DennisNovac Thanks for the feedback... Button / action size is just a graphic suggestion. The main emphasis I wanted to impart is clarity between state and action.

          – Mike M
          5 hours ago






          @DennisNovac Thanks for the feedback... Button / action size is just a graphic suggestion. The main emphasis I wanted to impart is clarity between state and action.

          – Mike M
          5 hours ago














          2














          Do not "less emphasize" it!



          These are two different buttons with two different functionalities that are EQUALLY important.



          There is nothing wrong with having the "Unregister" button replacing the "Register" button, but do not "less emphasize" it.



          I actually got confused when I saw the greyed out "Unregister" button with a check-mark next to it. Only after I further read your question I understood why this button looks like that.



          Recommendations:



          • Show something like "Already registered" label (with the check-mark maybe) for users who are already registered and coming back to revisits the page.

          • Display the "Unregister" button in blue just like the "Register" button and remove the check-mark that you added next to "Unregister".

          I understand that you are trying to discourage Unregistering buy less-emphasizing the button, but that made it very confusing.




          UPDATE:



          I just noticed Mike's answer (I think it was posted a couple minutes before mine). I echo his idea: "Depending on the business goals, if you need to deemphasize the act of unregistering, you can perhaps make a subtle link".



          END OF UPDATE






          share|improve this answer




















          • 1





            Well I don't see anything that horrible about making a button less noticeable, in case you want users to use it less often. Am I missing something?

            – Dennis Novac
            5 hours ago






          • 1





            Yes, it is not wrong to make a button less noticeable, but not the way it is done in your question. It is confusing. The button looks disabled and the check-mark made it even more confusing. The reason I added the update section in my answer was to express that I like the idea of using the subtle link as a good way to less emphasize the option. However, making it confusing and hard to achieve is wrong.

            – Mo'ath
            3 hours ago















          2














          Do not "less emphasize" it!



          These are two different buttons with two different functionalities that are EQUALLY important.



          There is nothing wrong with having the "Unregister" button replacing the "Register" button, but do not "less emphasize" it.



          I actually got confused when I saw the greyed out "Unregister" button with a check-mark next to it. Only after I further read your question I understood why this button looks like that.



          Recommendations:



          • Show something like "Already registered" label (with the check-mark maybe) for users who are already registered and coming back to revisits the page.

          • Display the "Unregister" button in blue just like the "Register" button and remove the check-mark that you added next to "Unregister".

          I understand that you are trying to discourage Unregistering buy less-emphasizing the button, but that made it very confusing.




          UPDATE:



          I just noticed Mike's answer (I think it was posted a couple minutes before mine). I echo his idea: "Depending on the business goals, if you need to deemphasize the act of unregistering, you can perhaps make a subtle link".



          END OF UPDATE






          share|improve this answer




















          • 1





            Well I don't see anything that horrible about making a button less noticeable, in case you want users to use it less often. Am I missing something?

            – Dennis Novac
            5 hours ago






          • 1





            Yes, it is not wrong to make a button less noticeable, but not the way it is done in your question. It is confusing. The button looks disabled and the check-mark made it even more confusing. The reason I added the update section in my answer was to express that I like the idea of using the subtle link as a good way to less emphasize the option. However, making it confusing and hard to achieve is wrong.

            – Mo'ath
            3 hours ago













          2












          2








          2







          Do not "less emphasize" it!



          These are two different buttons with two different functionalities that are EQUALLY important.



          There is nothing wrong with having the "Unregister" button replacing the "Register" button, but do not "less emphasize" it.



          I actually got confused when I saw the greyed out "Unregister" button with a check-mark next to it. Only after I further read your question I understood why this button looks like that.



          Recommendations:



          • Show something like "Already registered" label (with the check-mark maybe) for users who are already registered and coming back to revisits the page.

          • Display the "Unregister" button in blue just like the "Register" button and remove the check-mark that you added next to "Unregister".

          I understand that you are trying to discourage Unregistering buy less-emphasizing the button, but that made it very confusing.




          UPDATE:



          I just noticed Mike's answer (I think it was posted a couple minutes before mine). I echo his idea: "Depending on the business goals, if you need to deemphasize the act of unregistering, you can perhaps make a subtle link".



          END OF UPDATE






          share|improve this answer















          Do not "less emphasize" it!



          These are two different buttons with two different functionalities that are EQUALLY important.



          There is nothing wrong with having the "Unregister" button replacing the "Register" button, but do not "less emphasize" it.



          I actually got confused when I saw the greyed out "Unregister" button with a check-mark next to it. Only after I further read your question I understood why this button looks like that.



          Recommendations:



          • Show something like "Already registered" label (with the check-mark maybe) for users who are already registered and coming back to revisits the page.

          • Display the "Unregister" button in blue just like the "Register" button and remove the check-mark that you added next to "Unregister".

          I understand that you are trying to discourage Unregistering buy less-emphasizing the button, but that made it very confusing.




          UPDATE:



          I just noticed Mike's answer (I think it was posted a couple minutes before mine). I echo his idea: "Depending on the business goals, if you need to deemphasize the act of unregistering, you can perhaps make a subtle link".



          END OF UPDATE







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 6 hours ago

























          answered 6 hours ago









          Mo'athMo'ath

          655213




          655213







          • 1





            Well I don't see anything that horrible about making a button less noticeable, in case you want users to use it less often. Am I missing something?

            – Dennis Novac
            5 hours ago






          • 1





            Yes, it is not wrong to make a button less noticeable, but not the way it is done in your question. It is confusing. The button looks disabled and the check-mark made it even more confusing. The reason I added the update section in my answer was to express that I like the idea of using the subtle link as a good way to less emphasize the option. However, making it confusing and hard to achieve is wrong.

            – Mo'ath
            3 hours ago












          • 1





            Well I don't see anything that horrible about making a button less noticeable, in case you want users to use it less often. Am I missing something?

            – Dennis Novac
            5 hours ago






          • 1





            Yes, it is not wrong to make a button less noticeable, but not the way it is done in your question. It is confusing. The button looks disabled and the check-mark made it even more confusing. The reason I added the update section in my answer was to express that I like the idea of using the subtle link as a good way to less emphasize the option. However, making it confusing and hard to achieve is wrong.

            – Mo'ath
            3 hours ago







          1




          1





          Well I don't see anything that horrible about making a button less noticeable, in case you want users to use it less often. Am I missing something?

          – Dennis Novac
          5 hours ago





          Well I don't see anything that horrible about making a button less noticeable, in case you want users to use it less often. Am I missing something?

          – Dennis Novac
          5 hours ago




          1




          1





          Yes, it is not wrong to make a button less noticeable, but not the way it is done in your question. It is confusing. The button looks disabled and the check-mark made it even more confusing. The reason I added the update section in my answer was to express that I like the idea of using the subtle link as a good way to less emphasize the option. However, making it confusing and hard to achieve is wrong.

          – Mo'ath
          3 hours ago





          Yes, it is not wrong to make a button less noticeable, but not the way it is done in your question. It is confusing. The button looks disabled and the check-mark made it even more confusing. The reason I added the update section in my answer was to express that I like the idea of using the subtle link as a good way to less emphasize the option. However, making it confusing and hard to achieve is wrong.

          – Mo'ath
          3 hours ago

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to User Experience Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fux.stackexchange.com%2fquestions%2f124994%2fbutton-changing-its-text-action-good-or-terrible%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How to create a command for the “strange m” symbol in latex? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How do you make your own symbol when Detexify fails?Writing bold small caps with mathpazo packageplus-minus symbol with parenthesis around the minus signGreek character in Beamer document titleHow to create dashed right arrow over symbol?Currency symbol: Turkish LiraDouble prec as a single symbol?Plus Sign Too Big; How to Call adfbullet?Is there a TeX macro for three-legged pi?How do I get my integral-like symbol to align like the integral?How to selectively substitute a letter with another symbol representing the same letterHow do I generate a less than symbol and vertical bar that are the same height?

          Българска екзархия Съдържание История | Български екзарси | Вижте също | Външни препратки | Литература | Бележки | НавигацияУстав за управлението на българската екзархия. Цариград, 1870Слово на Ловешкия митрополит Иларион при откриването на Българския народен събор в Цариград на 23. II. 1870 г.Българската правда и гръцката кривда. От С. М. (= Софийски Мелетий). Цариград, 1872Предстоятели на Българската екзархияПодмененият ВеликденИнформационна агенция „Фокус“Димитър Ризов. Българите в техните исторически, етнографически и политически граници (Атлас съдържащ 40 карти). Berlin, Königliche Hoflithographie, Hof-Buch- und -Steindruckerei Wilhelm Greve, 1917Report of the International Commission to Inquire into the Causes and Conduct of the Balkan Wars

          Category:Tremithousa Media in category "Tremithousa"Navigation menuUpload media34° 49′ 02.7″ N, 32° 26′ 37.32″ EOpenStreetMapGoogle EarthProximityramaReasonatorScholiaStatisticsWikiShootMe