import React from 'react'; import { Container, Row, Col, Input, Card, Button, CardBody, CardFooter, CardTitle, Label, FormGroup, Form } from './../../../components'; import { HeaderMain } from "../../components/HeaderMain"; import { ProfileLeftNav } from "../../components/Profile/ProfileLeftNav"; import { ProfileHeader } from "../../components/Profile/ProfileHeader"; const AccountEdit = () => ( { /* START Content */}
Account Edit Fields mark as * is required.
{ /* START Input */} { /* END Input */} { /* START Input */} { /* END Input */} { /* START Input */} { /* END Input */} { /* START Input */} { /* END Input */}
{ /* END Form */}
If you have trouble with the configuration, you can contact us. We Can Help
Change Username

Changing the username is not recommended. In this connection, I can appear many problems.

Delete Account

Once you delete your account, there is no going back. Please be certain.

Are you sure you don’t want to just downgrade your account to a Free Account? We won’t charge your PayPal account anymore.
{ /* END Content */}
); export default AccountEdit;