Button changing its text & action. Good or terrible? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How little is too little padding between button text and its button border?Desktop application problem: how to present a new option without confusing existing usersEvidence of Button-action and Link-action in the same scope?Primary Action Button ColorsButton text in table column - 'Open' or action name?Changing text on a button twice after actionIs it a good idea to use a Floating Action Button for non-actions?Grid action button selectionImproving button state by only changing coloursChanging button alpha value v button text colour to indicate current button status

What do I do when my TA workload is more than expected?

Is 'stolen' appropriate word?

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

"... to apply for a visa" or "... and applied for a visa"?

how can a perfect fourth interval be considered either consonant or dissonant?

Am I ethically obligated to go into work on an off day if the reason is sudden?

Do working physicists consider Newtonian mechanics to be "falsified"?

Why doesn't shell automatically fix "useless use of cat"?

Fixing different display colors within string

Variable with quotation marks "$()"

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

Windows 10: How to Lock (not sleep) laptop on lid close?

Voltage transmission

Why can I use a list index as an indexing variable in a for loop?

Did the new image of black hole confirm the general theory of relativity?

What other Star Trek series did the main TNG cast show up in?

How many cones with angle theta can I pack into the unit sphere?

Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?

Does Parliament hold absolute power in the UK?

Drawing vertical/oblique lines in Metrical tree (tikz-qtree, tipa)

Make it rain characters

How to determine omitted units in a publication

Match Roman Numerals

Circular reasoning in L'Hopital's rule



Button changing its text & action. Good or terrible?



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How little is too little padding between button text and its button border?Desktop application problem: how to present a new option without confusing existing usersEvidence of Button-action and Link-action in the same scope?Primary Action Button ColorsButton text in table column - 'Open' or action name?Changing text on a button twice after actionIs it a good idea to use a Floating Action Button for non-actions?Grid action button selectionImproving button state by only changing coloursChanging button alpha value v button text colour to indicate current button status



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








33















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|improve this question



















  • 10





    Bad user experience is ... when using "it's" instead of "its" in a title

    – rexkogitans
    yesterday

















33















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|improve this question



















  • 10





    Bad user experience is ... when using "it's" instead of "its" in a title

    – rexkogitans
    yesterday













33












33








33


6






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|improve this question
















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







interaction-design buttons layout design-patterns information-design






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 23 hours ago









Mike M

12.1k12735




12.1k12735










asked 2 days ago









Dennis NovacDennis Novac

27436




27436







  • 10





    Bad user experience is ... when using "it's" instead of "its" in a title

    – rexkogitans
    yesterday












  • 10





    Bad user experience is ... when using "it's" instead of "its" in a title

    – rexkogitans
    yesterday







10




10





Bad user experience is ... when using "it's" instead of "its" in a title

– rexkogitans
yesterday





Bad user experience is ... when using "it's" instead of "its" in a title

– rexkogitans
yesterday










3 Answers
3






active

oldest

votes


















62














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



You've replaced the button label with the only available action: reverting (unregistering).



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



One approach is to separate them. Separate the status '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




















  • 1





    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
    2 days ago






  • 3





    @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
    2 days ago



















8














I would keep the general style of the button, to be consistent. However I think the most important thing is to confirm that you have registered, and not have this state be confusingly similar to not being registered, except for "Un". Since the important thing is that you have already registered I would put that on top, with the unregister button underneath. Having the lighter style also makes it less likely that a quick perusal would mistake it for needing to register. Like this:



Suggested layout






share|improve this answer























  • Good suggestion to show the current status first (top). I would encourage using the green color shade he is already using for the "You are attending" text.

    – Mo'ath
    yesterday



















3














Do not "less emphasize" it unless it is a requirement!



Do not jeopardise your users' experience in the favor of discouraging an action!



These are two different buttons with two different functionalities that are EQUALLY important to the users.



Apparently users should be able to Register and to Unregister. Similarly I am able to buy from Amazon and I am able to make a return or cancel an order. Although Amazon would prefer less returns/cancellation happening, they do/should not make the Return/Cancel buttons confusing and less accessible.



*Less emphasizing does not mean confusing the user and making the task hard to achieve.



*There is nothing wrong with having the "Unregister" button replacing the "Register" button.



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".


Now, if deemphasizing the "Unregister" task is a Requirement:



See suggestions in the update sections below.



UPDATE (1):



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 (1)




UPDATE (2):



This update is to suggest a design improvement based on the OP update and other answers:



enter image description here



END OF UPDATE (2).






share|improve this answer




















  • 4





    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
    2 days ago






  • 7





    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
    2 days 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

























3 Answers
3






active

oldest

votes








3 Answers
3






active

oldest

votes









active

oldest

votes






active

oldest

votes









62














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



You've replaced the button label with the only available action: reverting (unregistering).



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



One approach is to separate them. Separate the status '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




















  • 1





    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
    2 days ago






  • 3





    @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
    2 days ago
















62














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



You've replaced the button label with the only available action: reverting (unregistering).



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



One approach is to separate them. Separate the status '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




















  • 1





    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
    2 days ago






  • 3





    @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
    2 days ago














62












62








62







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



You've replaced the button label with the only available action: reverting (unregistering).



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



One approach is to separate them. Separate the status '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.



You've replaced the button label with the only available action: reverting (unregistering).



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



One approach is to separate them. Separate the status '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 yesterday

























answered 2 days ago









Mike MMike M

12.1k12735




12.1k12735







  • 1





    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
    2 days ago






  • 3





    @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
    2 days ago













  • 1





    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
    2 days ago






  • 3





    @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
    2 days ago








1




1





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
2 days 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
2 days ago




3




3





@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
2 days 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
2 days ago














8














I would keep the general style of the button, to be consistent. However I think the most important thing is to confirm that you have registered, and not have this state be confusingly similar to not being registered, except for "Un". Since the important thing is that you have already registered I would put that on top, with the unregister button underneath. Having the lighter style also makes it less likely that a quick perusal would mistake it for needing to register. Like this:



Suggested layout






share|improve this answer























  • Good suggestion to show the current status first (top). I would encourage using the green color shade he is already using for the "You are attending" text.

    – Mo'ath
    yesterday
















8














I would keep the general style of the button, to be consistent. However I think the most important thing is to confirm that you have registered, and not have this state be confusingly similar to not being registered, except for "Un". Since the important thing is that you have already registered I would put that on top, with the unregister button underneath. Having the lighter style also makes it less likely that a quick perusal would mistake it for needing to register. Like this:



Suggested layout






share|improve this answer























  • Good suggestion to show the current status first (top). I would encourage using the green color shade he is already using for the "You are attending" text.

    – Mo'ath
    yesterday














8












8








8







I would keep the general style of the button, to be consistent. However I think the most important thing is to confirm that you have registered, and not have this state be confusingly similar to not being registered, except for "Un". Since the important thing is that you have already registered I would put that on top, with the unregister button underneath. Having the lighter style also makes it less likely that a quick perusal would mistake it for needing to register. Like this:



Suggested layout






share|improve this answer













I would keep the general style of the button, to be consistent. However I think the most important thing is to confirm that you have registered, and not have this state be confusingly similar to not being registered, except for "Un". Since the important thing is that you have already registered I would put that on top, with the unregister button underneath. Having the lighter style also makes it less likely that a quick perusal would mistake it for needing to register. Like this:



Suggested layout







share|improve this answer












share|improve this answer



share|improve this answer










answered yesterday









Nick GammonNick Gammon

61635




61635












  • Good suggestion to show the current status first (top). I would encourage using the green color shade he is already using for the "You are attending" text.

    – Mo'ath
    yesterday


















  • Good suggestion to show the current status first (top). I would encourage using the green color shade he is already using for the "You are attending" text.

    – Mo'ath
    yesterday

















Good suggestion to show the current status first (top). I would encourage using the green color shade he is already using for the "You are attending" text.

– Mo'ath
yesterday






Good suggestion to show the current status first (top). I would encourage using the green color shade he is already using for the "You are attending" text.

– Mo'ath
yesterday












3














Do not "less emphasize" it unless it is a requirement!



Do not jeopardise your users' experience in the favor of discouraging an action!



These are two different buttons with two different functionalities that are EQUALLY important to the users.



Apparently users should be able to Register and to Unregister. Similarly I am able to buy from Amazon and I am able to make a return or cancel an order. Although Amazon would prefer less returns/cancellation happening, they do/should not make the Return/Cancel buttons confusing and less accessible.



*Less emphasizing does not mean confusing the user and making the task hard to achieve.



*There is nothing wrong with having the "Unregister" button replacing the "Register" button.



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".


Now, if deemphasizing the "Unregister" task is a Requirement:



See suggestions in the update sections below.



UPDATE (1):



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 (1)




UPDATE (2):



This update is to suggest a design improvement based on the OP update and other answers:



enter image description here



END OF UPDATE (2).






share|improve this answer




















  • 4





    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
    2 days ago






  • 7





    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
    2 days ago















3














Do not "less emphasize" it unless it is a requirement!



Do not jeopardise your users' experience in the favor of discouraging an action!



These are two different buttons with two different functionalities that are EQUALLY important to the users.



Apparently users should be able to Register and to Unregister. Similarly I am able to buy from Amazon and I am able to make a return or cancel an order. Although Amazon would prefer less returns/cancellation happening, they do/should not make the Return/Cancel buttons confusing and less accessible.



*Less emphasizing does not mean confusing the user and making the task hard to achieve.



*There is nothing wrong with having the "Unregister" button replacing the "Register" button.



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".


Now, if deemphasizing the "Unregister" task is a Requirement:



See suggestions in the update sections below.



UPDATE (1):



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 (1)




UPDATE (2):



This update is to suggest a design improvement based on the OP update and other answers:



enter image description here



END OF UPDATE (2).






share|improve this answer




















  • 4





    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
    2 days ago






  • 7





    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
    2 days ago













3












3








3







Do not "less emphasize" it unless it is a requirement!



Do not jeopardise your users' experience in the favor of discouraging an action!



These are two different buttons with two different functionalities that are EQUALLY important to the users.



Apparently users should be able to Register and to Unregister. Similarly I am able to buy from Amazon and I am able to make a return or cancel an order. Although Amazon would prefer less returns/cancellation happening, they do/should not make the Return/Cancel buttons confusing and less accessible.



*Less emphasizing does not mean confusing the user and making the task hard to achieve.



*There is nothing wrong with having the "Unregister" button replacing the "Register" button.



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".


Now, if deemphasizing the "Unregister" task is a Requirement:



See suggestions in the update sections below.



UPDATE (1):



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 (1)




UPDATE (2):



This update is to suggest a design improvement based on the OP update and other answers:



enter image description here



END OF UPDATE (2).






share|improve this answer















Do not "less emphasize" it unless it is a requirement!



Do not jeopardise your users' experience in the favor of discouraging an action!



These are two different buttons with two different functionalities that are EQUALLY important to the users.



Apparently users should be able to Register and to Unregister. Similarly I am able to buy from Amazon and I am able to make a return or cancel an order. Although Amazon would prefer less returns/cancellation happening, they do/should not make the Return/Cancel buttons confusing and less accessible.



*Less emphasizing does not mean confusing the user and making the task hard to achieve.



*There is nothing wrong with having the "Unregister" button replacing the "Register" button.



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".


Now, if deemphasizing the "Unregister" task is a Requirement:



See suggestions in the update sections below.



UPDATE (1):



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 (1)




UPDATE (2):



This update is to suggest a design improvement based on the OP update and other answers:



enter image description here



END OF UPDATE (2).







share|improve this answer














share|improve this answer



share|improve this answer








edited 6 hours ago

























answered 2 days ago









Mo'athMo'ath

725213




725213







  • 4





    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
    2 days ago






  • 7





    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
    2 days ago












  • 4





    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
    2 days ago






  • 7





    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
    2 days ago







4




4





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
2 days 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
2 days ago




7




7





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
2 days 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
2 days 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

Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림