How to Create Email Field in Custom Module

Hi Actually I create one module from Studio and keep module type is file.

Now I need an Email Address Field in this module. So can anyone help me how to solve this issue.

Any help will be appreciating.

Thanks
Parents
  • I have already try this BLOG.

    First Part of code is working. Any Text Field will convert into Email Field.

    But its second Part did not understand that Where I keep its Code. I think its second Part did not work.

    I keep 2nd Part of code into Module/MyModuleName/MyModuleName.php

    But it gives Error on this line. $this->emailAddress->handleLegacyRetrieve($this);

    So at the end it did not work.

Reply
  • I have already try this BLOG.

    First Part of code is working. Any Text Field will convert into Email Field.

    But its second Part did not understand that Where I keep its Code. I think its second Part did not work.

    I keep 2nd Part of code into Module/MyModuleName/MyModuleName.php

    But it gives Error on this line. $this->emailAddress->handleLegacyRetrieve($this);

    So at the end it did not work.

Children
No Data