Jump to content
[MUST READ] Forum Rules ×

How to display hosting plan on my website


Pauloxd

Recommended Posts

Hello there, 

I have created a custom plan for my hosting website. But how can i display the plan on my hosting website so clients can register it. Also, after creating hosting plan it generates html code. Where should i put this html code?

Related image below

 

Thanks in advance :)

 

20200908_222354.png

Link to comment
Share on other sites

1 hour ago, Pauloxd said:

Hello there, 

I have created a custom plan for my hosting website. But how can i display the plan on my hosting website so clients can register it. Also, after creating hosting plan it generates html code. Where should i put this html code?

Related image below

 

Thanks in advance :)

 

20200908_222354.png

Hi @Pauloxd,

You can add your custom plans as a select field in the registration form. Like this

<select name="plan_name">
<option value="Plan 1">Plan 1</option>
<option value="Plan 2">Plan 2</option>
</select>

Replace the values of each select options with the plans you created in your mofh admin panel.

Then users will be able to select the desired plan from plans you provide during registration. ?

Edited by uHost
Link to comment
Share on other sites

2 hours ago, uHost said:

Hi @Pauloxd,

You can add your custom plans as a select field in the registration form. Like this


<select name="plan_name">
<option value="Plan 1">Plan 1</option>
<option value="Plan 2">Plan 2</option>
</select>

Replace the values of each select options with the plans you created in your mofh admin panel.

Then users will be able to select the desired plan from plans you provide during registration. ?

Thank you it worked properly :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...