Cant post data form

Kindly help me solved this issues the i cant register but the form was said to be functioning on another system.

{{ 'Registerpage_title' | translate }}

{{ 'appname' | translate }}

    <ion-item>
        <ion-label fixed color="primary"> {{ 'Registerpage_name' | translate }}</ion-label>
      <ion-input type="text" [(ngModel)]="userData.name"></ion-input>
    </ion-item>

    <ion-item>
        <ion-label fixed color="primary"> {{ 'Registerpage_mobile' | translate }}</ion-label>
      <ion-input type="number"  [(ngModel)]="userData.mobile"></ion-input>
    </ion-item>

    <ion-item>
        <ion-label fixed color="primary"> {{ 'Registerpage_address' | translate }}</ion-label>
      <ion-input type="text" [(ngModel)]="userData.address"></ion-input>
    </ion-item>

<ion-item>
  <ion-label fixed color="primary"> {{ 'Registerpage_email' | translate }}</ion-label>
<ion-input type="email"  [(ngModel)]="userData.email"></ion-input>
{{ 'Registerpage_password' | translate }}
 {{ 'Registerpage_register' | translate }}
{{ 'Registerpage_logintext' | translate }} {{ 'Registerpage_login' | translate }}

I see no <form> element indicating a submission action, and nothing that looks like a submission button.

Maybe this is because of the way you formatted the post. How to codefence.

Okay, am novice to ionic, i buy the code and he told me it was working fine from his side.

If I were you, I would ask for a refund and tell all my friends never to buy anything from this seller ever again.

I’m not sure what volunteers like me are expected to do in terms of supporting code that somebody else is profiting from.

You are right but i want to work on the code since i have basics on programing, kindly help if you can. Thank you