简体   繁体   English

如何在Paypal上自动填写电子邮件字段?

[英]How can I autofill the email field on paypal?

I have a button linked to this page: https://www.paypal.com/webapps/mpp/send-money-online 我有一个链接到此页面的按钮: https : //www.paypal.com/webapps/mpp/send-money-online

I'd like for the 'To (Their email address)' field to be autofilled with my email, so that my clients won't have to enter it. 我希望在“收件人(他们的电子邮件地址)”字段中自动填写我的电子邮件,这样我的客户就不必输入它了。

I've tried using this url ' https://www.paypal.com/webapps/mpp/send-money-online?email=johndoe@email.com ' 我尝试使用此网址' https://www.paypal.com/webapps/mpp/send-money-online?email=johndoe@email.com '

I've also tried this code: 我也尝试过以下代码:

<form action="https://www.paypal.com/cgi-bin/webscr?cmd=_send-money" method="POST" target="paypal">
<input type="hidden" value="_send-money" name="cmd">
<input type="hidden" name="country" value="United States">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="email" value="johndoe@email.com">
<input type="image" src="https://www.paypalobjects.com/webstatic/mktg/logo/AM_mc_vs_dc_ae.jpg" border="0"
name="submit" alt="Make payments with PayPal - it’s fast, free and secure!">
</form>

but it goes to the old Paypal Send Money page and the email field is still not autofilled. 但它转到旧的“贝宝(Paypal)发送资金”页面,并且电子邮件字段仍未自动填充。

Can anyone help me out? 谁能帮我吗?

这在英国对我有用:

https://www.paypal.com/uk/cgi-bin/webscr?cmd=_send-money&amount=10.00&amount_ccode=GBP&cmd=_send-money&email=receiver%40paypalemail.co.uk&payment_source=p2p_mktgpage&payment_type=Payment%20Owed&sender_email=sender%40paypalemail.co.uk&type=external

也许您使用的电子邮件可能已经有一个Paypal帐户。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM