Similar to the above, but lets you pass HTML rather than just text. It puts the html inside a <button type="submit"> element.
Using html strings imo generally sucks. I recommend you use plain text or structured Elements instead most the time.
See Implementation
Similar to the above, but lets you pass HTML rather than just text. It puts the html inside a <button type="submit"> element.
Using html strings imo generally sucks. I recommend you use plain text or structured Elements instead most the time.