Hello, I have developed this code but I am not sure how to change it without losing functionality. I am trying to make it so that instead of email, it uses phone number. Any help would be appreciated.
This is the code:
{% unless product.available %}
{% form 'contact' %}
{% if form.posted_successfully? %}
{% endif %}
{% unless form.posted_successfully? %}
Te notificaremos cuando este producto este disponible.
{% else %}Click aqui para ser notificado cuando {{ product.title }} este disponible.
{% endif %} {% if form.errors %}Por favor da una direccion de correo electronico valida.
{% if customer %}
{% else %}
{% endif %}
{% endunless %}
{% endform %}
{% endunless %}