Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

bryceh57660644
bryceh57660644
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts

Posts
16

Discussions

Discussions
0

Questions

Questions
14

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by bryceh57660644
Customize the badges you want to showcase on your profile
Re: If logic not working - Adobe Campaign 23-06-2021
Hi @bryceh57660644, Were you able to resolve this query with the given solution or do you still need more help here? Do let us know. Thanks!

Views

454

Likes

0

Replies

0
Re: webapp input moving page to anchor link on new page - Adobe Campaign 25-10-2020
Hi @bryceh57660644, Were you able to resolve this query with the given solution or do you need more help with it? Do let us know. Thanks!

Views

619

Likes

0

Replies

0
Re: Error when prechecking checkbox - Adobe Campaign 21-10-2020
Hi @bryceh57660644, Were you able to resolve this query with any of the given solutions? Do let us know. Thanks!

Views

545

Likes

0

Replies

0
Re: Data extraction (file) managing file output columns - Adobe Campaign 23-06-2020
Hi, Yes, use the up/down arrows on the right hand side of the Data formatting page of the export wizard. Thanks,-Jon

Views

540

Like

1

Replies

0
Re: Java Script not saving two variables (date & Time) - Adobe Campaign 11-06-2020
Hi @bryceh57660644 ,Check below in your script: The variable definitions are correct as per what you have declared in the form as storage try adding "_key" in your xtk.session.write function as below: Here "v_id" would be IDs in your case as you are trying to save the values for a particular record and I believe it is missing currently , hence you are not able to see the value getting inserted/updated. Hope this helps.Thanks.    

Views

868

Likes

0

Replies

0
Re: Webpage data not transfering to schema after function... - Adobe Campaign 04-06-2020
Hello @bryceh57660644 ,could you please share the input field screenshot and the javascript part.If by clicking on the submit button you can see the updated variables in debug mode.Then you can add this line after setting variables to redirecting to next javascript activity.document.controller.submit('next'); let me knw if that helps.

Views

1.3K

Likes

0

Replies

0
Re: Trackable Mailto link - Adobe Campaign 04-06-2020
Thanks, the boss was pressing hard on this, but confirms what I thought. Interesting point on the web pages that use java, will keep that in mind for the future.

Views

1.9K

Likes

0

Replies

0
Re: Web App input type=tel - Adobe Campaign 02-06-2020
Hello @bryceh57660644 ,After Making changes to your input form from the source tab of page activity. DONT navigate to editor tab. This will convert the type='tel' to type='text'. So whenever you are opening the activity. Navigate immediately to source tab. DONT let the editor tab load.This will fix the issue. Sharing the screen of how it is appearing for me by following this approach Let me know if that helps

Views

1.4K

Likes

0

Replies

0
Re: ACC: Web App Data storage of Checkbox data - Adobe Campaign 02-06-2020
Hello @bryceh57660644 If you to store the checkbox value and treat it as a boolean then here is the code HTMLJSif(document.getElementById('agree').checked){ document.controller.setValue('/ctx/vars/CHECKBOX_VARIABLE',"true"); } else{ document.controller.setValue('/ctx/vars/CHECKBOX_VARIABLE',"false"); } Let me know if that helps

Views

1.6K

Likes

0

Replies

0
Likes from