Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

get values from form to php BS

Questions related to using nuBuilder Forte.
Post Reply
ajay
Posts: 38
Joined: Wed May 16, 2018 1:01 pm

get values from form to php BS

Unread post by ajay »

How to assign form field value to php variable in BS?
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: get values from form to php BS

Unread post by toms »

Code: Select all

$phpvariable = "#fieldname#";
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: get values from form to php BS

Unread post by admin »

Post Reply