Thu May 20 2021 07:46:07 GMT+0000 (UTC)
Saved by @Shesek
jQuery(document).ready( () => { var url = location.search; var title = url.substring(url.indexOf('full_name=')+10, url.length); var title_decode = decodeURIComponent(title); jQuery("[name='_title'").val(title_decode); });
לשים לב לשמות השדות והמשתנים
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments