Buy in one click - make fields required

  • Note
    Starting May 2025, free add-ons will only be available to those who have purchased the Alexbranding add-on package, Or purchased more than 5 add-ons (+50$) from other developers, or uploaded at least 2 paid add-ons that are not published on the forum.

    You can Get Full access & download all Cs-cart addons & Themes With Premium Upgrades HERE
in the file design/templates/addons/call_requests/views/call_requests/components/call_requests_content.tpl

(1) Replace:

{__("phone")}

to:
{__("phone")}

(2) Replace:
{__("email")}

to:
{__("email")}

(3) Remove line:
— {__("or")} —

(4) Clear cache.

The file contains a hook call_requests:call_requests_form, you can make an override through it if you don't want to edit the template directly