# Checkout Form Style Templates

{% hint style="warning" %}
CSS Style not working for you on your site? Try to add **!important;** to the CSS values.
{% endhint %}

## Simplified Signup

This is a very streamlined checkout form. It utilizes the default Stripe Element style.

{% embed url="<https://codepen.io/kmidkiff/pen/VwjwQgP>" %}

## Modify Signup Button Text

This example does not use CSS, but the Language Internationalization feature. Learn more about that [here](/how-to/internationalization/support-multiple-languages.md#advanced-usage).

{% embed url="<https://codepen.io/kmidkiff/pen/OJXJQzx>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.billflow.io/how-to/change-style/checkout-form-style-templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
