set default value to field in customer information formExtend a default Ui component in adminhtmlHow to set default value in config.xml file for tables in Magento2 backend system configurationMagento 2.1: How can i add email to “New Invoice” templateHow to add some custom code javascript in core widget without overrideSet default values for a multiselect ui-componentMissing SKU field in the “New Product” formSet Individual Product's Minimum Qty Allowed in Shopping Cart for a particular customer groupMagento2 - Redirect the customer dashboard after reset password success
How to make healing in an exploration game interesting
As a new Ubuntu desktop 18.04 LTS user, do I need to use ufw for a firewall or is iptables sufficient?
Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?
A single argument pattern definition applies to multiple-argument patterns?
What did “the good wine” (τὸν καλὸν οἶνον) mean in John 2:10?
Do I need to be arrogant to get ahead?
What are substitutions for coconut in curry?
Instead of a Universal Basic Income program, why not implement a "Universal Basic Needs" program?
Have the tides ever turned twice on any open problem?
What is the adequate fee for a reveal operation?
English sentence unclear
PTIJ: Who should I vote for? (21st Knesset Edition)
Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible
ERC721: How to get the owned tokens of an address
Bacteria contamination inside a thermos bottle
What options are left, if Britain cannot decide?
Are ETF trackers fundamentally better than individual stocks?
World War I as a war of liberals against authoritarians?
Describing a chess game in a novel
Aluminum electrolytic or ceramic capacitors for linear regulator input and output?
Why is there is so much iron?
Fastest way to pop N items from a large dict
What exactly is this small puffer fish doing and how did it manage to accomplish such a feat?
Encrypting then Base64 Encoding
set default value to field in customer information form
Extend a default Ui component in adminhtmlHow to set default value in config.xml file for tables in Magento2 backend system configurationMagento 2.1: How can i add email to “New Invoice” templateHow to add some custom code javascript in core widget without overrideSet default values for a multiselect ui-componentMissing SKU field in the “New Product” formSet Individual Product's Minimum Qty Allowed in Shopping Cart for a particular customer groupMagento2 - Redirect the customer dashboard after reset password success
I'm using Magento 1.6.2 and I have a function that create a random unique email address placed at
appdesignadminhtmldefaultdefaulttemplatewidgetformrendererfieldsetelement.phtml.
It's value set by default in email field when I create a new customer from Admin by adding that on elemant.phtml
. Now I'm moving to magento 2 and looking for that page location on magento 2 so I can put the random uniqe email address and set the value once I click on add new customer. Any solution?
magento2 extensions magento2.2
add a comment |
I'm using Magento 1.6.2 and I have a function that create a random unique email address placed at
appdesignadminhtmldefaultdefaulttemplatewidgetformrendererfieldsetelement.phtml.
It's value set by default in email field when I create a new customer from Admin by adding that on elemant.phtml
. Now I'm moving to magento 2 and looking for that page location on magento 2 so I can put the random uniqe email address and set the value once I click on add new customer. Any solution?
magento2 extensions magento2.2
add a comment |
I'm using Magento 1.6.2 and I have a function that create a random unique email address placed at
appdesignadminhtmldefaultdefaulttemplatewidgetformrendererfieldsetelement.phtml.
It's value set by default in email field when I create a new customer from Admin by adding that on elemant.phtml
. Now I'm moving to magento 2 and looking for that page location on magento 2 so I can put the random uniqe email address and set the value once I click on add new customer. Any solution?
magento2 extensions magento2.2
I'm using Magento 1.6.2 and I have a function that create a random unique email address placed at
appdesignadminhtmldefaultdefaulttemplatewidgetformrendererfieldsetelement.phtml.
It's value set by default in email field when I create a new customer from Admin by adding that on elemant.phtml
. Now I'm moving to magento 2 and looking for that page location on magento 2 so I can put the random uniqe email address and set the value once I click on add new customer. Any solution?
magento2 extensions magento2.2
magento2 extensions magento2.2
edited 11 mins ago
Shoaib Munir
2,0271728
2,0271728
asked May 3 '18 at 8:16
midomido
61
61
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f224577%2fset-default-value-to-field-in-customer-information-form%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f224577%2fset-default-value-to-field-in-customer-information-form%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown