Skip Navigation

[Resolved] Form Connecting to TouchNet

This thread is resolved. Here is a description of the problem and solution.

Problem:
Form Connecting to TouchNet - how to change the Toolset form action

Solution:
Basically, Toolset Forms are for creating/editing posts on the frontend. When you create a post form using Toolset form, it has a specific action linked to the post type you set the form to create/edit the form with.

Having said that, There is no way to change the Toolset form action.

Relevant Documentation:

This support ticket is created 4 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by larsS 4 years, 5 months ago.

Assisted by: Minesh.

Author
Posts
#1728649

On this page: hidden link, I am using a table based form sent to me by the vendor. What we are doing is using the form to send payment data to this credit card vendor. I will ask my question first, and paste the html for the form at the end of this message.

From what you see below, is there a way to create this form using Toolset Forms?

Aloha,
Lars

<div class="row">
<div class="col-md-3">
</div>
<div class="col-md-9">
<h1>Credit Card Payment Form</h1>
<form action="hidden link" method="post">
<input class="upay-site-id" type='text' name='UPAY_SITE_ID' value='367'><br>
<input type="text" name="EXT_TRANS_ID" value="Client Name"><br>
<input type="text" name="AMT" value="49.99"><br>
<tr>
<td><p>Client Name<br>
<td><input type="text" name="BILL_NAME">
</tr>
<tr>
<td>Billing Street<td><input type="text" name="BILL_STREET1"><br>
</tr>
<tr><td>Billing State<td><input type="text" name="BILL_STATE"><br></tr>
<tr><td>Billing Country<td><input type="text" name="BILL_COUNTRY"><br></tr>
<tr><td>Billing Email<td><input type='text' name='BILL_EMAIL_ADDRESS' ><br></tr>
<input type="submit" value="click here">
</form>
</div>
</div>

#1729015

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Basically, Toolset Forms are for creating/editing posts on the frontend. When you create a post form using Toolset form, it has a specific action linked to the post type you set the form to create/edit the form with.

Having said that, There is no way to change the form action so Toolset Forms is simply not relevant in this scenario.

You can simply add that HTML directly to a page and it will show the form on the front-end for users to complete and submit (the same HTML form you shared with us).

#1732357

My issue is resolved now. Thank you!