Unable to POST the row data in HTML Table to the client URL while clicking the button in the same row. someone's help really appreciable. Thanks

Viewed 10
<!doctype html>
LEADID Full Name Phone Email Project Enquired for Interested Properties created_time source Send Data {% for x in x %} {{x["LEADID"]}} {{x["Full Name"]}} {{x["Phone"]}} {{x['Email']}} {{x["Project Enquired for"]}} {{x["Interested Properties"]}} {{x["created_time"]}} {{x['source']}} {% endfor %}
0 Answers
Related